https://github.com/subodh101/timeline
https://github.com/subodh101/timeline
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/subodh101/timeline
- Owner: subodh101
- License: gpl-3.0
- Created: 2022-11-09T16:40:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T08:08:42.000Z (over 1 year ago)
- Last Synced: 2025-01-04T13:43:09.625Z (4 months ago)
- Language: Makefile
- Size: 701 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# timeline
https://pro.subodh101.com/timeline/
## Deployment
```bash
make deploy
```It will build the documentation in github page format and push those changes in `gh-pages` branch. Deployment is set on this branch it will automatically pick the commit changes and deploy to the website.
## Help
For full documentation visit [mkdocs.org](https://www.mkdocs.org).
### Commands
* `mkdocs new [dir-name]` - Create a new project.
* `mkdocs serve` - Start the live-reloading docs server.
* `mkdocs build` - Build the documentation site.
* `mkdocs -h` - Print help message and exit.### Project layout
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.