We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d62b7 commit f227913Copy full SHA for f227913
docs/index.md
@@ -1,3 +1,3 @@
1
-# Backstage Documentation
+# GitOps Documentation
2
3
This is a basic example of documentation.
mkdocs.yml
@@ -1,14 +1,12 @@
site_name: "gitops"
site_description: "Main documentation for ArgoCD - GitOps features and platform APIs"
+site_url: https://argocd.devxp-tech.io
4
repo_url: https://github.com/devxp-tech/gitops
5
edit_uri: edit/main/docs
6
7
plugins:
8
- techdocs-core
9
10
nav:
- - Introduction:
11
- - Getting Started:
12
- - Read Me: README.md
13
- - Getting Started: "docs/index.md"
14
- - Tooling: "docs/TOOLING.md"
+ - Home: index.md
+ - Tooling: "TOOLING.md"
0 commit comments