-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CONJ-4525 Remove docs from conjur repo (#502)
* WIP - Remove docs from conjur repo * Adding new README docs * Tweaking apidocs/README.md Tweaking verbiage and display of /apidocs/README.md * Wording tweak * Wording tweak
- Loading branch information
1 parent
764ff87
commit ec556c8
Showing
224 changed files
with
29 additions
and
15,347 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 was deleted.
Oops, something went wrong.
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,26 @@ | ||
# API Documentation | ||
|
||
The purpose of this sub-project/folder is to generate an html file | ||
to be consumed by the documentation site. If you want to view the | ||
file generated for this, perform this step: | ||
|
||
```sh-session | ||
$ cd "$(git rev-parse --show-toplevel)" # cd to project root | ||
$ docker-compose run --rm apidocs > api.html | ||
``` | ||
|
||
This will generate the HTML partial into the project root. | ||
|
||
## Working on the API docs | ||
|
||
If you're working on the API docs locally, you can get a live-updating | ||
dev server: | ||
|
||
```sh-session | ||
$ cd $(git rev-parse --show-cdup) # start in the project root | ||
$ docker-compose run --rm --service-ports apidocs -w | ||
``` | ||
|
||
Then navigate to `localhost:3000` to see the API docs in your browser. | ||
|
||
To stop the container, hit <kbd>Ctrl-c</kbd>. |
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.