Updated the documentation

This commit is contained in:
Cédric Belin
2019-01-27 19:02:10 +01:00
parent 1e3ad61fcb
commit 4ac396ffb0
2 changed files with 19 additions and 19 deletions

View File

@ -10,6 +10,6 @@
- [Code coverage](https://coveralls.io/github/sab-international/gitea.php/) - [Code coverage](https://coveralls.io/github/sab-international/gitea.php/)
## Other implementations ## Other implementations
- Dart: [Gitea for Dart](https://dev.belin.io/gitea.dart) - Dart: [Gitea for Dart](https://dev.sabcomputer.com/gitea.dart)
- JavaScript: [Gitea for JS](https://dev.belin.io/gitea.js) - JavaScript: [Gitea for JS](https://dev.sabcomputer.com/gitea.js)
- Yii Framework: [Gitea for Yii](https://dev.sabcomputer.com/yii2-gitea) - Yii Framework: [Gitea for Yii](https://dev.sabcomputer.com/yii2-gitea)

View File

@ -12,8 +12,8 @@ edit_uri: ''
copyright: Copyright © 2018 - 2019 SAB International copyright: Copyright © 2018 - 2019 SAB International
google_analytics: google_analytics:
- !!python/object/apply:os.getenv [GOOGLE_ANALYTICS_ID] - !!python/object/apply:os.getenv [GOOGLE_ANALYTICS_ID]
- auto - auto
extra: extra:
social: social:
@ -24,15 +24,15 @@ extra:
- {type: linkedin, link: 'https://linkedin.com/company/sab-international-sarl'} - {type: linkedin, link: 'https://linkedin.com/company/sab-international-sarl'}
markdown_extensions: markdown_extensions:
- admonition - admonition
- codehilite - codehilite
- meta - meta
nav: nav:
- Overview: index.md - Overview: index.md
- Installation: installation.md - Installation: installation.md
- Usage: usage.md - Usage: usage.md
- About: - About:
- Changelog: about/changelog.md - Changelog: about/changelog.md
- License: about/license.md - License: about/license.md
- See also: about/see_also.md - See also: about/see_also.md