Skip to content

Commit 6dc5120

Browse files
authored
📝 fix docs nav link
1 parent 42b00c5 commit 6dc5120

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/quickstart/connecting-to-github-enterprise.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Connecting to the GitHub Enterprise is similar to the public GitHub API, but req
55
- To connect to **GitHub Enterprise Server**, you must provide the server's API endpoint in the `base_url` parameter.
66
- You need to switch the REST API schema version when using client.
77

8+
The example below highlights these two changes.
9+
810
=== "Sync"
911

1012
```python hl_lines="4, 7"

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ nav:
125125
- Contributing: contributing.md
126126
- Quick Start:
127127
- quickstart/index.md
128-
- Call API with PAT: quickstart/call-api-with-pat.md
128+
- Calling API with PAT: quickstart/calling-api-with-pat.md
129+
- Connecting to GitHub Enterprise: quickstart/connecting-to-github-enterprise.md
129130
- OAuth APP Web Flow: quickstart/oauth-web-flow.md
130131
- OAuth APP Device Flow: quickstart/oauth-device-flow.md
131132
- GitHub APP: quickstart/github-app.md

0 commit comments

Comments
 (0)