mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-30 17:00:35 +02:00
Updated documentation guidelines
This commit is contained in:
committed by
John Firebaugh
parent
13a4969a93
commit
36eb0ecd94
@@ -96,8 +96,9 @@ Use `make` to build the translations with the local changes.
|
||||
## Contributing Documentation
|
||||
|
||||
Documentation is maintained as a series of [Markdown](http://daringfireball.net/projects/markdown/)
|
||||
documents in the `data/doc/` path. The first line of each page of documentation
|
||||
should be of the form
|
||||
documents in [core.yaml](/data/core.yaml). The documentation
|
||||
is in the `help` section (currently starting at line 258). The first line
|
||||
of each new section of documentation should be of the form
|
||||
|
||||
# GPS
|
||||
|
||||
@@ -105,8 +106,7 @@ This will be used for navigation and as its title in iD. Documentation is
|
||||
shown in alphabetical order, so most documentation is prefixed with `02-` and
|
||||
so on in order to keep it in a certain order.
|
||||
|
||||
To add a new page of documentation, simply create a new Markdown file in
|
||||
`data/doc` in the same format as the rest.
|
||||
To add a new piece of documentation, simply add to [core.yaml](/data/core.yaml) in the same format as the rest.
|
||||
|
||||
## Adding or Refining Presets
|
||||
|
||||
|
||||
Reference in New Issue
Block a user