You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,8 @@ must use pull requests.
58
58
- Create your own branch from master (or work in an already existing branch, if agreed)
59
59
- Create / bring there the content you want to work with. Pay attention to file naming!
60
60
- Make sure the data is 100% correct (no Taito or other old references, language is correct, commands work, style is same as in other articles)
61
-
- When creating a new article, add it also to the mkdocs.yml navigation OR in the index.md file in that folder (in case of FAQs for example). For new software (=apps) pages, add them to by_discipline.md. **Do not** manually edit by_license.md or index.md files under apps since these are automatically generated. See also the [FAQ](FAQ.md#how-to-include-my-new-page-in-the-navigation-panel).
61
+
- When creating a new article, add it also to the mkdocs.yml navigation OR in the index.md file in that folder (in case of FAQs for example). See also the [FAQ](FAQ.md#how-to-include-my-new-page-in-the-navigation-panel).
62
+
- For new software (Applications) pages, see [this FAQ entry](FAQ.md#how-do-i-add-a-new-applications-page) on how to include them on the Applications index pages. **Do not edit these index pages by hand!**
62
63
- Make a pull request for your work to be added to Master
63
64
- Look at the test results of your PR: if they are red, check what's wrong and commit to the PR directly to fix it. See the [FAQ](FAQ.md#my-pr-did-not-pass-the-tests-what-to-do) for instructions.
64
65
- Assign one or more reviewers, try to choose someone who knows the _content_. See also the [FAQ](FAQ.md#how-and-who-should-i-ask-to-review-my-pr).
Copy file name to clipboardExpand all lines: FAQ.md
+61-1Lines changed: 61 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,13 @@ The [contributing guide](CONTRIBUTING.md) outlines the basic steps of starting c
22
22
-[Which Markdown features/extensions are available?](#which-markdown-featuresextensions-are-available)
23
23
-[How do I add definitions to the glossary / display definitions as tooltips?](#how-do-i-add-definitions-to-the-glossary--display-definitions-as-tooltips)
24
24
-[How do I use the announcement bar?](#how-do-i-use-the-announcement-bar)
25
+
-[How do I include a new software page on the "Applications" index pages](#how-do-i-add-a-new-applications-page)
25
26
-[How do I add a license tag to an application page?](#how-do-I-add-a-license-tag-to-an-application-page)
26
27
-[How do I tag an application as available under a web interface?](#how-do-i-tag-an-application-as-available-under-a-web-interface)
27
28
-[How do I make footnotes?](#how-do-i-make-footnotes)
28
29
-[How do I improve search results?](#how-do-i-improve-search-results)
29
30
-[How do I redirect incoming links](#how-do-i-redirect-incoming-links)
30
31
31
-
32
32
## How to include my new page in the navigation panel?
33
33
34
34
If you add a new page that you want to appear in the left-hand-side navigation panel, you need to edit the `mkdocs.yml` file in the root of the repository. Items appearing in the navigation panel are listed in this file as key/value pairs under the `nav:` key, for example:
@@ -353,6 +353,66 @@ Make sure to "un-uncomment" every other line, since only a single line may be in
353
353
354
354
Documentation for _Material for MkDocs_ has a [search feature](https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/?h=icon#search) including **previews** for the icon database. The path of the icon file can be determined by examining the shortcode. For example, the path `.icons/material/information.svg` above corresponds to the shortcode `:material-information:` shown in the search.
355
355
356
+
## How do I add a new "Applications" page?
357
+
358
+
To include a new software page on the "Applications" index pages
0 commit comments