Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing microsite menu entries + broken link #229

Merged
merged 2 commits into from
Oct 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/src/main/resources/microsite/data/menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@ options:
- title: Getting Started
url: docs.html

- title: Authorization API
url: auth.html

- title: Gist API
url: gist.html

- title: Git Data API
url: git_data.html

- title: Issue API
url: issue.html

Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/tut/repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ with Github4s, you can interact with:
- [Create a release](#create-a-release)
- [Statuses](#statuses)
- [Create a status](#create-a-status)
- [List status for a specific Ref](#list-status-for-a-specific-ref)
- [List statuses for a specific Ref](#list-statuses-for-a-specific-ref)
- [Get the combined status of a specific Ref](#get-the-combined-status-for-a-specific-ref)

The following examples assume the following imports and token:
Expand Down