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 431f279 commit 67d48a7Copy full SHA for 67d48a7
3 files changed
doc/changelog.rst
@@ -0,0 +1,9 @@
1
+Changelog
2
+=========
3
+
4
+[0.1.0] - 2024-05-24
5
+--------------------
6
7
+Added
8
+^^^^^
9
+- Initial release
doc/index.rst
@@ -7,8 +7,8 @@ scim-cli is a tool to help you develop scim applications.
scim-cli is in very early development, there is nothing to use yet!
10
-.. _cli:
+.. toctree::
11
+ :maxdepth: 2
12
-.. click:: scim_cli:cli
13
- :prog: scim
14
- :nested: full
+ reference
+ changelog
doc/reference.rst
@@ -0,0 +1,8 @@
+Reference
+.. _cli:
+.. click:: scim_cli:cli
+ :prog: scim
+ :nested: full
0 commit comments