You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to contribute to the project.
Issue/Bug :
Currently the index in the side menu and the index in the URL has a difference of 1.
e.g. The updates page has a index number 1 in side menu but in URL it shows Chapter_0.html.
To rectify this index mismatch. I just awk-ed each Chapter filename after it is generated and increased the index by 1.
e.g. Chapter_0.md -> Chapter_1.md
But every time I am building the project using createBookFromReadme.sh, the SUMMARY.md file is different and generated with shuffled index.
Am I doing something wrong while building.
OS : Ubuntu 22.04
Steps to reproduce :
Modify gcsplit to csplit
Run ./createBookFromReadme.sh
The text was updated successfully, but these errors were encountered:
primeagen-rustaceans
changed the title
incorrect index order when createBookFromReadme.sh
Incorrect/shuffled index order when running createBookFromReadme.sh
Jul 12, 2023
I wanted to contribute to the project.
Issue/Bug :
Currently the index in the side menu and the index in the URL has a difference of 1.
e.g. The updates page has a index number 1 in side menu but in URL it shows Chapter_0.html.
To rectify this index mismatch. I just awk-ed each Chapter filename after it is generated and increased the index by 1.
e.g. Chapter_0.md -> Chapter_1.md
But every time I am building the project using createBookFromReadme.sh, the SUMMARY.md file is different and generated with shuffled index.
Am I doing something wrong while building.
OS : Ubuntu 22.04
Steps to reproduce :
Modify gcsplit to csplit
Run ./createBookFromReadme.sh
The text was updated successfully, but these errors were encountered: