Skip to content
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

Closed
VerzatileDev opened this issue Dec 23, 2023 · 8 comments · Fixed by #117
Closed

[ADDRESS] Child in Child in Child Content #61

VerzatileDev opened this issue Dec 23, 2023 · 8 comments · Fixed by #117
Assignees
Labels
📖 Type: Content Edits to documentation/content. 🌈 Type: Cosmetic Edits to layout or looks.

Comments

@VerzatileDev
Copy link
Contributor

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.

@VerzatileDev VerzatileDev added 📖 Type: Content Edits to documentation/content. 🌈 Type: Cosmetic Edits to layout or looks. 🆘 Help Needed! Help is required on this issue. ⚠️ Priority: Minor Should be addressed where possible, if there are resources to spare. labels Dec 23, 2023
@VerzatileDev VerzatileDev pinned this issue Dec 26, 2023
@VerzatileDev
Copy link
Contributor Author

VerzatileDev commented Dec 26, 2023

Found more Explanation and references to the following issue:
https://just-the-docs.com/docs/navigation-structure/#children-with-children

image

Note:
Limited to 3.

@VerzatileDev
Copy link
Contributor Author

Here is some addressing for " grand grand parent " https://docs.metasploit.com/docs/modules.html
image

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.

@VerzatileDev
Copy link
Contributor Author

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.

@VerzatileDev
Copy link
Contributor Author

Is there a requirement at the current moment to implement the following feature?

  • Would be able to take a look into it.

@JDSherbert
Copy link
Collaborator

Is there a requirement at the current moment to implement the following feature?

  • Would be able to take a look into it.

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.

@VerzatileDev VerzatileDev unpinned this issue Jul 4, 2024
@VerzatileDev
Copy link
Contributor Author

Still quite an issue especially for

image

VersionControl -> Git -> github -> ...

VerzatileDev added a commit to VerzatileDev/Programming_HandBook that referenced this issue Jul 18, 2024
@VerzatileDev
Copy link
Contributor Author

HyperLink shows it correctly, so the issue is more or less with the list itself

image

JDSherbert added a commit that referenced this issue Jul 20, 2024
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.
JDSherbert added a commit that referenced this issue Aug 7, 2024
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
@VerzatileDev
Copy link
Contributor Author

VerzatileDev commented Nov 11, 2024

The latest " Just the docs v0.10.0 " includes and adds the availability for infinite addition of content.

As shown here

image

The following Branch on another repository suggests what to add in the PR request.

https://github.com/VerzatileDevOrg/Itchio_HandBook

@VerzatileDev VerzatileDev linked a pull request Nov 11, 2024 that will close this issue
@VerzatileDev VerzatileDev removed 🆘 Help Needed! Help is required on this issue. ⚠️ Priority: Minor Should be addressed where possible, if there are resources to spare. labels Nov 11, 2024
@VerzatileDev VerzatileDev self-assigned this Nov 11, 2024
JDSherbert added a commit that referenced this issue Nov 12, 2024
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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📖 Type: Content Edits to documentation/content. 🌈 Type: Cosmetic Edits to layout or looks.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants