-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 更新开发手册 * typo
- Loading branch information
Showing
7 changed files
with
22 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# API Documentation | ||
|
||
A bundled generated API documentation is available in Nezha Dashboard. | ||
|
||
## Usage | ||
|
||
1. Clone the `master` branch of `https://github.com/nezhahq/nezha.git`. | ||
2. Run `./script/bootstrap.sh` to generate swagger files. | ||
3. Compile. If there are missing frontend files, you can bypass it by creating empty files. | ||
4. Enable `debug` in your Dashboard configuration, the program will print the documentation URL on startup. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# i18n | ||
|
||
## Introduction | ||
|
||
You can engage in the i18n work of Nezha on [Hosted Weblate](https://hosted.weblate.org/engage/nezha/). | ||
|
||
Currently, only the admin frontend and Dashboard are covered. The i18n work for the user frontend should follow the steps provided in the original repository. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,5 +11,5 @@ hero: | |
actions: | ||
- theme: brand | ||
text: Start Now → | ||
link: /en_US/developer/theme | ||
link: /en_US/developer/api | ||
--- |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.