-
-
Notifications
You must be signed in to change notification settings - Fork 4
Add Inheritance Content #106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
docs/Concepts/OOP/OOP.md
Outdated
nav_order: 1 | ||
parent: Concepts | ||
parent: OOP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It can not be a parent of itself, for referencing parents or grandparents is not related to the folder name, but rather the File name that it sits in.
OOP (Folder name) , OOP.md (File Name) Meaning the Parent of this file is referencing itself as the folder holder, though the parent where that folder sits in is within Concepts.
If you were to make a file " NewFileOOP " within the OOP (Folder) then the parent would be OOP and grandparent would be " Concepts ".
Grandparent in this instance is not required as its host is " Concepts ". See https://github.com/VerzatileDevOrg/Programming_HandBook/wiki/Page-Setup-&-Information#grand_parent-base-foldernewfoldercurrentfile for reference
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Has been Resolved for both issues, though will leave for reference in the future.
nav_order: 1 | ||
parent: Concepts | ||
parent: Polymorphism |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should reference last .md file within its directory, it is not required to reference itself as it references folder that it sits in.
The last .md file from the given folder or file would be "Concepts ".
Given the Structure:
Docs / Concepts.md / Polymorphism.md
Reference to previous issue:
https://github.com/VerzatileDevOrg/Programming_HandBook/pull/106/files#r1674916973
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See the listed issues in regards to Parents / Grandparents within the list, otherwise good articles thank you for contributing!
The following is in reference fixing the rooting issue with using parents and grandparents to show elements in the list. VerzatileDevOrg#106
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed issues, Approved.
## Release V.1.0.0 The following marks the point at which the website becomes fully viewable and usable, complete with all listed features and fixes. This milestone designates the official release, which will be supported by a subsequent package for maintanance and version control for the future. Fixes: --- * Permalink keeping a (.html) at the end of its domain link, which has now been removed. Default to ( permalink: pretty ) . #102 * Parent / grandParent rooting for certain articles #106 * Issue Template changes #101 Adds: --- * Base content for the Main Topic areas First referenced on the page such as: IDE Language Framework Engine Concepts Version Controls * Article Describtions (Now shows a small text to the user when the HyperLink is shared to social media or any alternative) #99 * Content Written for OOP, Polymorphisism. Thank you for the contribution(s) @JDSherbert .
As described.
Also fixes "OOOP" -> "OOP"