mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-04-03 23:38:46 +02:00
30 lines
443 B
Markdown
30 lines
443 B
Markdown
# Site
|
|
|
|
## Developing And Testing
|
|
|
|
The web site is build using `mkdocs` and `mkdocs-material`.
|
|
|
|
To test:
|
|
|
|
```bash
|
|
make serve-docs
|
|
```
|
|
|
|
Check for broken external links:
|
|
|
|
```bash
|
|
make lint-docs
|
|
```
|
|
|
|
## Deploying
|
|
|
|
```bash
|
|
make publish-docs
|
|
```
|
|
|
|
## Analytics
|
|
|
|
!!! tip
|
|
Don't forget to disable your ad-blocker when testing.
|
|
|
|
We collect [Google Analytics](https://analytics.google.com/analytics/web/#/report-home/a105170809w198079555p192782995). |