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
3. Open your browser and visit http://127.0.0.1:8000/
21
+
22
+
## Structure
23
+
24
+
-`mkdocs.yml` - Configuration file for the documentation site
25
+
- The actual documentation content is in the `../docs` directory
26
+
27
+
## Deployment
28
+
29
+
The documentation is automatically deployed to GitHub Pages when changes are pushed to the main branch.
30
+
31
+
The site will be available at: https://cirbuk.github.io/safeguards/
32
+
33
+
To manually deploy the documentation:
34
+
35
+
```bash
36
+
cd docs-site
37
+
mkdocs gh-deploy --force
38
+
```
39
+
40
+
## Customization
41
+
42
+
To customize the site, edit the `mkdocs.yml` file. Refer to the [MkDocs documentation](https://www.mkdocs.org/) and [Material for MkDocs documentation](https://squidfunk.github.io/mkdocs-material/) for more information.
0 commit comments