Skip to content

Commit

Permalink
docs: set up the docs/ folder (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelawyu authored Nov 6, 2023
1 parent a225727 commit 67d8a34
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Fleet Documentation

Fleet is an open-source multi-cluster management solution developed by Microsoft Azure.
You can use Fleet to easily manage a number of different Kubernetes clusters, and orchestrate
workloads among them.

To get started, see [Getting Started with Fleet](getting-started/README.md).

You may also:

* Learn more about Fleet in [Concepts](concepts/README.md).
* Perform specific tasks with the help of [How-To Guides](howtos/README.md).
* Follow the instructions to see how Fleet can integrate with your developement/ops patterns in [Tutorials](tutorials/README.md).
* Read the [Fleet API Reference](api-references.md).
* Solve technical issues by following the [Troubleshooting Guides](troubleshooting/README.md)
* Find answers to some of the common questions on Fleet in [Fleet FAQ](faq.md).
1 change: 1 addition & 0 deletions docs/api-references.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TBA.
1 change: 1 addition & 0 deletions docs/concepts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TBA.
1 change: 1 addition & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TBA.
1 change: 1 addition & 0 deletions docs/getting-started/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TBA.
1 change: 1 addition & 0 deletions docs/howtos/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TBA.
1 change: 1 addition & 0 deletions docs/troubleshooting/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TBA.
1 change: 1 addition & 0 deletions docs/tutorials/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TBA.

0 comments on commit 67d8a34

Please sign in to comment.