-
-
Notifications
You must be signed in to change notification settings - Fork 4
[BUG] - Git & github 3rd child not shown #110
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
Labels
🐞 Type: Bug
Bug that affects something about the site.
Comments
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.
Merged
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
According to the latest update> https://github.com/just-the-docs/just-the-docs/releases v0.10.0 offers unlimited navigation, which would fix this issue. |
Merged
Merged
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 ---  Previous ---  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
Description
The issue is in reference to #61 , where there cannot be more than 3 directories one after another.
Currently it is referenced by adding all of the content inside " Git " Folder instead including github and its content as subdomains.
To Reproduce
Grand_parent
parent
Additional context
The text was updated successfully, but these errors were encountered: