diff --git a/docs/content/rctab-readme.md b/docs/content/rctab-readme.md new file mode 100644 index 0000000..ca29c9b --- /dev/null +++ b/docs/content/rctab-readme.md @@ -0,0 +1,5 @@ + + +```{include} ../../README.md +:relative-images: +``` \ No newline at end of file diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..a56865d --- /dev/null +++ b/docs/index.md @@ -0,0 +1,24 @@ +% RCTab documentation master file, created by +% sphinx-quickstart on Wed Jul 26 13:17:14 2023. +% You can adapt this file completely to your liking, but it should at least +% contain the root `toctree` directive. + +# Welcome to RCTab + +```{warning} +🚧 This documentation is under construction 🚧 +``` + +An Azure subscription management, reporting, and usage monitoring system. + +```{toctree} +:hidden: +:maxdepth: 2 +:glob: +content/rctab-readme.md +content/installation.md +content/API.md +content/CLI.md +content/functions.md +content/contributing.md +``` \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst deleted file mode 100644 index 37ffadd..0000000 --- a/docs/index.rst +++ /dev/null @@ -1,21 +0,0 @@ -.. RCTab documentation master file, created by - sphinx-quickstart on Wed Jul 26 13:17:14 2023. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - -.. toctree:: - :hidden: - :maxdepth: 2 - :glob: - - content/installation.md - content/API.md - content/CLI.md - content/functions.md - content/contributing.md - - -🚧 RCTab 🚧 -================================= - -An Azure subscription management, reporting, and usage monitoring system. \ No newline at end of file