-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
165 changed files
with
7,651 additions
and
1,742 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
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
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,34 @@ | ||
Prerequisites: | ||
``` | ||
cd kong-root-repo | ||
make dev | ||
git checkout branch/tag/release | ||
``` | ||
|
||
Generate everything: | ||
|
||
``` | ||
cd kong-root-repo | ||
./scripts/autodoc | ||
``` | ||
|
||
You can then copy the generated files to the docs.konghq.com repo manually, as follows: | ||
|
||
``` | ||
cp autodoc/output/admin-api/admin-api.md ../docs.konghq.com/app/$xyxversion/admin-api.md | ||
cp autodoc/output/admin-api/db-less-admin-api.md ../docs.konghq.com/app/$xyxversion/db-less-admin-api.md | ||
cp autodoc/output/nav/docs_nav.yml.admin-api.in ../docs.konghq.com/autodoc-nav/docs_nav_$xyxversion.yml.admin-api.in | ||
cp autodoc/output/cli.md ../docs.konghq.com/app/$xyxversion/cli.md | ||
cp autodoc/output/configuration.md ../docs.konghq.com/app/$xyxversion/configuration.md | ||
cp -r autodoc/output/pdk ../docs.konghq.com/app/$xyxversion/pdk | ||
# Add the PDK nav to the docs nav | ||
vim ../docs.konghq.com/app/_data/docs_nav_$xyxversion.yml | ||
<add the contents of autodoc/output/_pdk_nav.yml in the "Plugin Development Kit" section | ||
``` | ||
|
||
|
||
|
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
File renamed without changes.
Oops, something went wrong.