[ADD] - Contribution Guideline information to main Page section.
Closed this issue · 3 comments
VerzatileDev commented
Description:
Currently the base part of the contribution lies within the Wiki
Proposed Solution:
- Aim to include the nessecary information to the main page and directions for new users. ❌
- Improve the Wiki to address the guidelines of pages and how to add new ones. ❌
Additional Context
- Write about required part of each page such as layout, link, navigation and search exclude or includes, etc.
Such as:
---
layout: default
title: Page Title & Information Title
permalink: /link.html
nav_exclude: true/false
search_exclude: true/false
nav_order: 1/2/3/4/etc
parent: - Previous folder the current section comes after see next reference.
---
In the following:
docs is a parent of Concepts
And
docs would be a grandparent to Polymorphism
- In order to reference content or a section as a parent or grandparent its required that a reference to ".md " file is available such as a folder of
ConceptsShould include a file within the folder such asConcepts.md
VerzatileDev commented
VerzatileDev commented
VerzatileDev commented



