Skip to content

Commit e53eb6f

Browse files
authored
Merge pull request travis-ci#1736 from travis-ci/ci-profile_page
Add instructions to get API token from profile page on different docs pages
2 parents 409caed + 601249f commit e53eb6f

File tree

17 files changed

+874
-948
lines changed

17 files changed

+874
-948
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,27 @@ via POST), Puma is necessary.
6464

6565
1. Open [localhost:9292](http://localhost:9292/) in your browser.
6666

67+
### API V2 documentation
68+
69+
API V2 (and 2.1) documentation is maintained in `slate/source`. To make changes to the API V2 docs:
70+
71+
1. Install the requirements in `slate/Gemfile`:
72+
73+
```
74+
bundle install
75+
```
76+
77+
2. Make your changes to `slate/source/index.md`.
78+
79+
2. Build the API documentation:
80+
81+
```
82+
rake update_docs
83+
```
84+
85+
4. Commit the changes and push to your branch.
86+
87+
6788
## License
6889
6990
Distributed under the [MIT license](https://opensource.org/licenses/MIT); the same as other Travis CI projects.

api/index.html

Lines changed: 666 additions & 795 deletions
Large diffs are not rendered by default.

api/javascripts/all.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/javascripts/jquery.tocify.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)