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

Active sidebar items #319

Merged
merged 1 commit into from
Dec 19, 2019
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
1 change: 1 addition & 0 deletions docs/src/main/tut/activity.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: docs
title: Activity API
permalink: activity
---

# Activity API
Expand Down
3 changes: 2 additions & 1 deletion docs/src/main/tut/auth.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: docs
title: Authorization API
permalink: auth
---

# Authorization API
Expand Down Expand Up @@ -114,4 +115,4 @@ As you can see, a few features of the authorization endpoint are missing.

As a result, if you'd like to see a feature supported, feel free to create an issue and/or a pull request!

[auth-scala]: https://github.com/47deg/github4s/blob/master/github4s/shared/src/main/scala/github4s/free/domain/Authorization.scala
[auth-scala]: https://github.com/47deg/github4s/blob/master/github4s/shared/src/main/scala/github4s/free/domain/Authorization.scala
1 change: 1 addition & 0 deletions docs/src/main/tut/docs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: docs
title: Getting Started
permalink: docs
---

# Getting started
Expand Down
3 changes: 2 additions & 1 deletion docs/src/main/tut/gist.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: docs
title: Gist API
permalink: gist
---

# Gist API
Expand Down Expand Up @@ -123,4 +124,4 @@ See [the API doc](https://developer.github.com/v3/gists/#edit-a-gist) for full r
As you can see, a few features of the gist endpoint are missing. As a result, if you'd like to see a
feature supported, feel free to create an issue and/or a pull request!

[gist-scala]: https://github.com/47deg/github4s/blob/master/github4s/shared/src/main/scala/github4s/free/domain/Gist.scala
[gist-scala]: https://github.com/47deg/github4s/blob/master/github4s/shared/src/main/scala/github4s/free/domain/Gist.scala
1 change: 1 addition & 0 deletions docs/src/main/tut/git_data.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: docs
title: Git Data API
permalink: git_data
---

# Git Data API
Expand Down
1 change: 1 addition & 0 deletions docs/src/main/tut/issue.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: docs
title: Issue API
permalink: issue
---

# Issue API
Expand Down
1 change: 1 addition & 0 deletions docs/src/main/tut/organization.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: docs
title: Organization API
permalink: organization
---

# Organization API
Expand Down
1 change: 1 addition & 0 deletions docs/src/main/tut/pull_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: docs
title: Pull Request API
permalink: pull_request
---

# Pull Request API
Expand Down
1 change: 1 addition & 0 deletions docs/src/main/tut/repository.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: docs
title: Repository API
permalink: repository
---

# Repository API
Expand Down
3 changes: 1 addition & 2 deletions docs/src/main/tut/user.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: docs
title: User API
permalink: user
---

# User API
Expand Down Expand Up @@ -109,5 +110,3 @@ getUser.exec[cats.Id, HttpResponse[String]]() match {
The `result` on the right is the corresponding [List[User]][user-scala].

See [the API doc](https://developer.github.com/v3/users/followers/#list-users-followed-by-another-use) for full reference.