[ADDRESS] - Templates for Setting up Pages ending in .md
Closed this issue · 1 comments
Description:
There is an issue that each time a page is made, it is forgotten to change the following:
- nav order: .. (Explains where it is located within its parent)
- parent: .. (Which Section it will be displayed in and what holds it)
- grandparent: .. (Child of Child - Parent -> Child -> Child)
As of currently nav order: 1 will display the contents alphabetically.
--- As of currently if content is Child of Child and it does not have a grandparent it won't be displayed. ---
grand_parent is no longer required and the list can be infinite.
Proposed Solution:
Write a template and instructions either on the wiki or contributing section, explaining the differences and how to set it up.
Alternatives:
A possible feature, which could be implemented in vsc would be that any file with .md would generate a specified template to start with. Such alike that Unity has for csharp where if you make a new script file it will automatically generate the base, which by default is Class name: Void Start { }, and Void Update {} Similarly it should be possible to do that in vsc
- Visual studio code.
Based on the provided information on the Wiki, it should be enough to reference a detailed guide on setup, view, use of the resource.
https://github.com/VerzatileDevOrg/Programming_HandBook/wiki/Page-Setup-&-Information#publishing