mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-18 00:31:15 -03:00
Split up documentation
This breaks apart the massive "index" document into 1. An "index" document that explains how to install and set up fish and links to the other documents 2. A "fish-language" document that describes the syntax and semantics of the language 3. A "fish-interactive" document that describes how to use fish interactively No change to the content has been made, only the parts have been moved from index and some of the formatting (links and header levels) were fixed. See #7348.
This commit is contained in:
@@ -216,6 +216,8 @@ def get_command_description(path, name):
|
||||
man_pages = [
|
||||
(master_doc, "fish-doc", "fish-shell Documentation", [author], 1),
|
||||
("tutorial", "fish-tutorial", "fish-shell tutorial", [author], 1),
|
||||
("language", "fish-language", "The fish language", [author], 1),
|
||||
("interactive", "fish-interactive", "Using fish interactively", [author], 1),
|
||||
("relnotes", "fish-releasenotes", "fish-shell release notes", [author], 1),
|
||||
("completions", "fish-completions", "Writing fish completions", [author], 1),
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user