-
-
Notifications
You must be signed in to change notification settings - Fork 4
Page Setup & Information
Each new page requires the use of the base paneling on top of the page from line (1).
Basic example:
---
layout: default
title: Title
nav_order: 1
parent: Example2
---
title -> On top of the Page Hyperlink, Sidebar and the article (This has to be added manually as such " {{ page.title }} ")
- As a principle each page requires the use of the
defaultlayout, unless its puropse is to modify the core aspect of the entire page upon then it requires a re-write to the core and modifications for the intended purpose.
-
This modifies the Page title within the browser
-
Linked with the use of
{{ page.title }}, which shows the title: .. on the page before content.Example:



Note:
- The use of
{{ page.title }}is not required if the page title is different to the tile of the browser shown. - Though use
======================after the tile for seperation and page functionality.
- The use of
-
Changes the order within the folder that the current file sits in and showns to the main website navigation bar.
-
The following should be at
1if the purpose is to order them on the base of an alphabetical ordering.- If any other it will be ordered on the basis of the number such as
5would position itself on the 5th spot within the navigation bar on the left.
- If any other it will be ordered on the basis of the number such as
- Enable the following if the following content has a child and the
grand_parentandparentis enabled to the ones before the current one it sits in. - Folder, folder.md, SecondFolder, secondfolder.md
- An example
VersionControl.mdwould reference it asVersion Control, this lists the content into the navigation panel. - In an instance where the file sits within the Root Folder structure such as "Doc" folder and its the first entry to it even if it is within a folder such as (Root -> MyFolder / MyFolder.md) The given .md first for the root does not require the use of Parent.
As for example:

https://github.com/VerzatileDevOrg/Programming_HandBook/blob/main/docs/Concepts/Concepts.md?plain=1
- An example
ConstantPointerToConstant.mdis located withinc++folder that itself is part of theLanguagefolder. - This makes
Languageto be the grandparent to the current child. - This makes
c++to be the parent of the current child.
Note:
- Please use these carefully and test them locally!
- Grand Grand Parent (Currently not available). Referenced in issue https://github.com/VerzatileDevOrg/Programming_HandBook/issues/61
- The following stops the pages content showing up in the search bar if enabled as
trueby default itsfalse.
- The following stops the section showing up within the navigation bar on the left side of the page.
When publishing a new resource and writing the page yourself please remember to use the following statement at the bottom of the page:
---
#### Author: Your Name
#### Published: Date Published DD/MM/YY
Content Written By VerzatileDev, 2024