diff --git a/docs/architecture/_index.md b/docs/architecture/_index.md index 093cac155b..968452f16a 100644 --- a/docs/architecture/_index.md +++ b/docs/architecture/_index.md @@ -1,10 +1,11 @@ --- -title: "Architecture" -date: 2020-03-03T10:34:00+01:00 +title: Architecture +date: 2023-12-06T13:00:00+01:00 weight: 25 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/architecture geekdocFilePath: _index.md +geekdocCollapseSection: true --- In the architecture part of the documentation we collect useful developer documentation on different aspects of the architecture. We are using mermaid.js to collaborate on the necessary diagrams. diff --git a/docs/clients/_index.md b/docs/clients/_index.md new file mode 100644 index 0000000000..0370bab5eb --- /dev/null +++ b/docs/clients/_index.md @@ -0,0 +1,9 @@ +--- +title: Clients +date: 2023-12-06T13:00:00+01:00 +weight: 10 +geekdocRepo: https://github.com/owncloud/ocis +geekdocEditPath: edit/master/docs/clients/ +geekdocFilePath: _index.md +geekdocCollapseSection: true +--- diff --git a/docs/ocis/_index.md b/docs/ocis/_index.md index a30c05676c..256f547a70 100644 --- a/docs/ocis/_index.md +++ b/docs/ocis/_index.md @@ -5,6 +5,7 @@ weight: -10 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs geekdocFilePath: _index.md +geekdocCollapseSection: true --- {{< figure class="floatright" src="/media/is.png" width="70%" height="auto" >}} diff --git a/docs/ocis/getting-started/_index.md b/docs/ocis/getting-started/_index.md index 6cee1db210..530f73fc5b 100644 --- a/docs/ocis/getting-started/_index.md +++ b/docs/ocis/getting-started/_index.md @@ -5,6 +5,7 @@ weight: 0 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/ocis/getting-started geekdocFilePath: _index.md +geekdocCollapseSection: true --- {{< toc >}} diff --git a/docs/services/_index.md b/docs/services/_index.md new file mode 100644 index 0000000000..b792f222f4 --- /dev/null +++ b/docs/services/_index.md @@ -0,0 +1,9 @@ +--- +title: Services +date: 2023-12-06T13:00:00+01:00 +weight: 10 +geekdocRepo: https://github.com/owncloud/ocis +geekdocEditPath: edit/master/docs/services/ +geekdocFilePath: _index.md +geekdocCollapseSection: true +---