-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
[ADDRESS] Child in Child in Child Content #61
Comments
Found more Explanation and references to the following issue: Note: |
Here is some addressing for " grand grand parent " https://docs.metasploit.com/docs/modules.html Also this New theme built on it looks interesting " https://www.docsy.dev/docs/best-practices/ " As well as this would be interesting to take a look at " https://docusaurus.io/docs " This.. " just-the-docs/just-the-docs#462 " Additionally going to add this " https://squidfunk.github.io/mkdocs-material/getting-started/ " it has good features that we could take interest in. |
They are looking to address this in the next update possibly. But as it stands it most likely will be denied and has to be implemented ourselves. There was an interesting topic that they wanted to do it with " ID s " which would make more sense to organize and change how much code is required to add pages and modify them, but as there are over 10k pages reliying on it they cannot do that as companies except to also simply update it to the latest version and such. |
Is there a requirement at the current moment to implement the following feature?
|
It's worth adding if you can make it scalable. Consider: Docs/Content/IDE/VisualStudio/Compiler/Clang or something along that line, where there are going to be subcontent within subcontent. |
…rzatileDevOrg#108 References an issue to Child in Child in child content VerzatileDevOrg#61 Addresses VerzatileDevOrg#109
Changes --- 1. Fixes the permalink that includes .html at the end of the current page within the hyperlink. The following is explained in detail here #98 2. Removes extra routing that references itself for pages for example Portfolio would reference a Folder and the named file that hosts the folder, which has now been changed to index.html This changes /folder/foldername.md to /folder/ , which uses subdomains under /folder/subdomains - Note that Now each folder instead of referencing itself shouuld reference index.html as its primary file, whereas the rest will be part of the subdirectory. - See notes on the following #108 4. Fixes #109 , not showing certain articles within the list of the website. issues --- 1. #110 2. #61 Reference to 110.
Introducing Version 1.0.1 --- The following address visual representation and build / Runtime of the website.. See the following details down below for further information. Changes --- 1. Fixes the permalink that includes .html at the end of the current page within the hyperlink. The following is explained in detail here #98 2. Removes extra routing that references itself for pages for example Portfolio would reference a Folder and the named file that hosts the folder, which has now been changed to index.html This changes /folder/foldername.md to /folder/ , which uses subdomains under /folder/subdomains - Note that Now each folder instead of referencing itself shouuld reference index.html as its primary file, whereas the rest will be part of the subdirectory. - See notes on the following #108 4. Fixes #109 , not showing certain articles within the list of the website. 5. The following update features minor bug fixes and improves the load-time of the website in general. Direct reference to the changes and the requirement can be found here #112 Reduces the amount of load and flickering when changing from light to dark themed background. 6. The first one looked in a folder will be index.html file, this means that it does not reference itself specifically and instead uses /folder/ though it can still be accessed by /folder/index.html Known Issues --- 1. #110 2. #61
The latest " Just the docs v0.10.0 " includes and adds the availability for infinite addition of content. As shown here The following Branch on another repository suggests what to add in the PR request. |
Just the docs v0.10.0 The following updates the core dependancy of Just the docs from v0.8.0 to v0.10.0. This gives an opportunity to remove: 1. Grand_parent (Function) to be replaced with just parent and children. 2. Easier to manage. - Note that with this No title can be the same in a file, if its the same the Url part has to be different. Additionally added a few files to overwrite a few that are usually defined globally, but to assure it works as intended. Removed Nav, no longer required. --- Removed GrandParent In previous version grand_parent was required, now it can just use parent: previous file . As required Files and issues have now been modified according to it. Fixes --- #110 [BUG] - Git & github 3rd child not shown #61 [ADDRESS] Child in Child in Child Content New --- ![image](https://github.com/user-attachments/assets/8b550149-b910-49ef-903c-1e3677bd8706) Previous --- ![image](https://github.com/user-attachments/assets/eb362b02-ac4e-44b3-94e4-1e24cd043a71) Known Issues --- - Currently none (Tested on mobile / Pc).
Description:
Currently the possibility is to have a parent, that has a child. And a Grandparent that has a parent with a child.
Though there is no Parent of Grandparent of parent of child method available.
Proposed Solution:
Look into solving the following issue, see if there are hint of this within the official documentation site and or if it is supported.
Alternatives:
If it is not supported look into coding the part to support it.
Additional Context
-none.
The text was updated successfully, but these errors were encountered: