- This branch will store
...
It will contain -
- Files from TOC branch
- Versioned docs foldersthe generated site
- Only the updated version folder will get updated.
lateststable/ & 1.9 ( latest version no.) folder will beduplicatesymlinked.- Purpose of creating latest/ folder is that if someone refers the latest URL somewhere, the user lands to latest docs always.
- the base url of each version will be the version folder.
- Eg - For `
docs.sunbird.org/1.8/features/administrator/dashboard`
will be `/1.8/
` - The reason is it easy to understand docs team
- Eg - For `
Folder structure
Code Block |
---|
index.html
widgets.json
css/
js/
images/
robots.txt
CNAME
latest/
1.9/
1.8/ |