-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
fix: 📜 /docs/api
won't render
#11168
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,7 @@ | ||
# Python unit tests | ||
name: Python | ||
|
||
on: | ||
push: | ||
paths-ignore: | ||
- 'docs/**' | ||
pull_request: | ||
paths-ignore: | ||
- 'docs/**' | ||
on: [push, pull_request] | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should become: |
||
jobs: | ||
lint: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,6 @@ | ||
name: Hive | ||
|
||
on: | ||
push: | ||
paths-ignore: | ||
- 'docs/**' | ||
pull_request: | ||
paths-ignore: | ||
- 'docs/**' | ||
on: [push, pull_request] | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should become |
||
jobs: | ||
test-postgres-hive: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,6 @@ | ||
name: Presto | ||
|
||
on: | ||
push: | ||
paths-ignore: | ||
- 'docs/**' | ||
pull_request: | ||
paths-ignore: | ||
- 'docs/**' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should become |
||
on: [push, pull_request] | ||
|
||
jobs: | ||
test-postgres-presto: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
name: API | ||
title: API | ||
route: /docs/api | ||
route: /docs/rest-api | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is the hack/workaround, I was getting collision warnings on |
||
--- | ||
## API | ||
|
||
|
@@ -17,6 +17,7 @@ documented here. The docs bellow are generated using | |
[Swagger React UI](https://www.npmjs.com/package/swagger-ui-react). | ||
|
||
<Alert | ||
type="info" | ||
message={ | ||
<div> | ||
<strong>NOTE! </strong> | ||
|
@@ -25,7 +26,6 @@ documented here. The docs bellow are generated using | |
at <strong>/swagger/v1</strong> (if enabled) | ||
</div> | ||
} | ||
type="info" | ||
/> | ||
|
||
<br /><br /><hr /> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To revert, this should become:
on: [push, pull_request]