Skip to content

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

Merged
merged 3 commits into from
Jul 12, 2024
Merged

Conversation

JDSherbert
Copy link
Collaborator

As described.
Also fixes "OOOP" -> "OOP"

@JDSherbert JDSherbert added 📖 Type: Content Edits to documentation/content. 👁️ Review: Required This PR is ready for review. labels Jul 8, 2024
@JDSherbert JDSherbert requested a review from VerzatileDev July 8, 2024 20:23
@JDSherbert JDSherbert self-assigned this Jul 8, 2024
nav_order: 1
parent: Concepts
parent: OOP
Copy link
Contributor

@VerzatileDev VerzatileDev Jul 12, 2024

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

Copy link
Contributor

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
Copy link
Contributor

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

Copy link
Contributor

@VerzatileDev VerzatileDev left a 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
Copy link
Contributor

@VerzatileDev VerzatileDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed issues, Approved.

@VerzatileDev VerzatileDev changed the base branch from main to development July 12, 2024 01:29
@VerzatileDev VerzatileDev merged commit 6900fb9 into VerzatileDevOrg:development Jul 12, 2024
1 check passed
@VerzatileDev VerzatileDev mentioned this pull request Jul 12, 2024
JDSherbert added a commit that referenced this pull request Jul 12, 2024
## 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 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👁️ Review: Required This PR is ready for review. 📖 Type: Content Edits to documentation/content.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants