mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2025-10-29 19:12:30 +01:00
Updated the documentation
This commit is contained in:
@ -10,6 +10,6 @@
|
||||
- [Code coverage](https://coveralls.io/github/sab-international/gitea.php/)
|
||||
|
||||
## Other implementations
|
||||
- Dart: [Gitea for Dart](https://dev.belin.io/gitea.dart)
|
||||
- JavaScript: [Gitea for JS](https://dev.belin.io/gitea.js)
|
||||
- Dart: [Gitea for Dart](https://dev.sabcomputer.com/gitea.dart)
|
||||
- JavaScript: [Gitea for JS](https://dev.sabcomputer.com/gitea.js)
|
||||
- Yii Framework: [Gitea for Yii](https://dev.sabcomputer.com/yii2-gitea)
|
||||
|
||||
34
mkdocs.yml
34
mkdocs.yml
@ -12,30 +12,30 @@ edit_uri: ''
|
||||
|
||||
copyright: Copyright © 2018 - 2019 SAB International
|
||||
google_analytics:
|
||||
- !!python/object/apply:os.getenv [GOOGLE_ANALYTICS_ID]
|
||||
- auto
|
||||
- !!python/object/apply:os.getenv [GOOGLE_ANALYTICS_ID]
|
||||
- auto
|
||||
|
||||
extra:
|
||||
social:
|
||||
- {type: globe, link: 'http://www.sabcomputer.com'}
|
||||
- {type: github, link: 'https://github.com/sab-international'}
|
||||
- {type: facebook, link: 'https://www.facebook.com/sabinternational34'}
|
||||
- {type: twitter, link: 'https://twitter.com/SABDistribution'}
|
||||
- {type: linkedin, link: 'https://linkedin.com/company/sab-international-sarl'}
|
||||
- {type: globe, link: 'http://www.sabcomputer.com'}
|
||||
- {type: github, link: 'https://github.com/sab-international'}
|
||||
- {type: facebook, link: 'https://www.facebook.com/sabinternational34'}
|
||||
- {type: twitter, link: 'https://twitter.com/SABDistribution'}
|
||||
- {type: linkedin, link: 'https://linkedin.com/company/sab-international-sarl'}
|
||||
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
- codehilite
|
||||
- meta
|
||||
- admonition
|
||||
- codehilite
|
||||
- meta
|
||||
|
||||
nav:
|
||||
- Overview: index.md
|
||||
- Installation: installation.md
|
||||
- Usage: usage.md
|
||||
- About:
|
||||
- Changelog: about/changelog.md
|
||||
- License: about/license.md
|
||||
- See also: about/see_also.md
|
||||
- Overview: index.md
|
||||
- Installation: installation.md
|
||||
- Usage: usage.md
|
||||
- About:
|
||||
- Changelog: about/changelog.md
|
||||
- License: about/license.md
|
||||
- See also: about/see_also.md
|
||||
|
||||
theme:
|
||||
name: material
|
||||
|
||||
Reference in New Issue
Block a user