github.com/argoproj/argo-cd@v1.8.7/docs/developer-guide/site.md (about)

     1  # Site
     2  
     3  ## Developing And Testing
     4  
     5  The web site is build using `mkdocs` and `mkdocs-material`. 
     6  
     7  To test:
     8  
     9  ```bash
    10  make serve-docs
    11  ```
    12  
    13  Check for broken external links:
    14  
    15  ```bash
    16  make lint-docs
    17  ```
    18  
    19  ## Deploying
    20  
    21  ```bash
    22  make publish-docs
    23  ```
    24  
    25  ## Analytics
    26  
    27  !!! tip
    28      Don't forget to disable your ad-blocker when testing.
    29  
    30  We collect [Google Analytics](https://analytics.google.com/analytics/web/#/report-home/a105170809w198079555p192782995).