https://github.com/automation-test-starter/organization-docs
https://github.com/automation-test-starter/organization-docs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/automation-test-starter/organization-docs
- Owner: Automation-Test-Starter
- License: apache-2.0
- Created: 2023-11-12T12:51:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T04:01:08.000Z (over 2 years ago)
- Last Synced: 2025-01-24T15:08:38.904Z (over 1 year ago)
- Language: HTML
- Homepage: https://automation-test-starter.pages.dev/
- Size: 810 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Organization-Docs
## Installation
- Create a new python virtualenv
`python3 -m venv docs-venv`
- Activate the virtualenv, then
`pip install mkdocs-material` or `pip install mkdocs-material=="9.*"`
- Or use the requirements.txt in the root of the project
`pip install -r requirements.txt`
- Previewing as you write
`mkdocs serve`
- Building your site
`mkdocs build`