-
Notifications
You must be signed in to change notification settings - Fork 479
feat: new docs design #2505
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
base: master
Are you sure you want to change the base?
feat: new docs design #2505
Changes from all commits
9352885
cb0add9
7b7584f
642c9a6
391f910
31f94e8
a0fe3dd
7670bfe
623b993
8302acd
08f4826
661c668
5d0d369
023e105
0b09f84
ae612d5
4b058c6
7ff1f4c
6ece2b6
4a3d246
7abbc03
382f184
9910fa5
aaea48a
94336c7
1a653aa
b40d809
ddc47ce
7795bb7
58e6bd6
bac1108
07ea3a9
0760dac
a3319fe
ff0125e
7bc8dfd
ed9dd5e
ed7b653
d3f647b
ed04cdd
242b918
de446d3
428c01d
c4c9e4b
e6a1a64
e3b9c34
1e8b5f6
dbe1d3f
2c416c7
c6bb69d
5d51068
ffe26a3
d715846
bff0d9c
4439e11
bad74a5
5c5f937
b34f727
a456ecf
3841820
337c80e
1134b6f
c3d2a96
2eecd79
d18ced6
0e2b387
8fc41f0
e276e7e
6dce822
b95bb4a
f7b3c32
791be46
5715d96
c85f048
7d80537
845cd92
6acafed
06e7c9b
5db607f
37aa82b
7f954e1
fdc052a
f086b68
ddb39a6
05f3e7f
bc9e405
d3ac0b2
7de819b
79eacbf
d59b3fb
a540db1
2000e06
7eecd81
dda290f
e08ea06
1a2c2a9
47828a5
92de79c
cfc5414
d48b7f8
62ad50f
aa454b1
5860547
cce4f15
ca57d33
1a31e9c
26e06d6
865fded
9b7e138
d197029
4bce011
189c6c8
2c9c7ba
bfb4be8
3c67b36
8c1e973
2144f4c
967eb1f
3d334e5
fae7f17
63d3154
f013d23
c41c499
623db7b
8dcd3d3
ae9f2b2
d6796ce
e0bbfc4
451b6be
c529308
501c175
044887e
adb6009
d1c1244
ad28fb0
0fc98ae
ed55621
8715ca1
c8bba5e
f75d4ff
fa9cfdb
7b1188c
cc4b7c2
de1ddc0
81ad268
3297123
d1d369e
f61595d
75c1dd0
750c62d
feb9dde
55cb2b3
e6bb760
4c6bc85
f9ffd0f
48e3752
89b5fb5
4dc36e8
0ae85c6
6022c33
4bddc5c
4fde83f
f8c1ad7
bdd8823
f8c4a1d
5ab699c
5d26e4e
3fdf3b8
7346dd2
a6b447a
b74c766
94fb504
992951a
b537a30
033aa85
7c0a768
d5308dd
06010d1
5cab0e4
1ed88e8
dc028fc
ff690aa
ee235ff
19bd50d
ce2a4d0
d67a26f
b37e279
7b4fde1
a74f2c9
e5633ba
aa900ae
4061699
f5a783c
0392cd1
75a0bf8
330a90b
3c0abdf
4f379e8
c3a4500
a46b502
d985177
9ba3d5c
99068ae
6673a87
e5d2bd2
5893d99
157af4b
35f3a09
15c81b8
f62903a
d11d3c3
b908297
8abdbae
807b0ac
65cce24
76f3a12
71d31bc
304a770
0ed08b7
b9eda35
5ca914f
e9e9cb7
3f89676
6f3fb7d
60ea018
a6f6e20
d899116
414f300
8c66310
7c96186
f09f11e
dccb1d7
e2aafde
79a93a1
11c15db
4169f09
b472bbd
4697c11
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 |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| reviews: | ||
| review_status: false | ||
| # Temporarily exclude MDX files from review processing. | ||
| path_filters: | ||
| - "!**/*.mdx" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| :::info Professional support? | ||
|
|
||
| Ory offers support for self-hosted Ory software through the Ory Enterprise License (OEL). Read more about the OEL | ||
| [here](https://www.ory.com/docs/self-hosted/oel). | ||
| [here](/docs/oel/getting-started). | ||
|
|
||
| ::: |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,18 @@ | ||
| --- | ||
| id: overview | ||
| title: Quickstarts & Tutorials | ||
| title: Quickstarts | ||
| displayed_sidebar: quickstartsSidebar | ||
| hide_title: true | ||
| --- | ||
|
|
||
| Are you looking for an example to just get started? Check out all available examples! | ||
| import { QuickstartsOverviewHeading } from "@site/src/components/QuickStarts/QuickstartsOverviewHeading" | ||
|
|
||
| <QuickstartsOverviewHeading /> | ||
|
|
||
| Get started with Ory using the guides and examples that best match your use case. | ||
|
|
||
| ```mdx-code-block | ||
| import ExampleList from "@site/src/components/Examples/example-list" | ||
| import * as content from "@site/src/pages/_assets/examples-content" | ||
| import { QuickstartFilter } from "@site/src/components/QuickStarts/quickstart-filter" | ||
|
|
||
| <ExampleList {...content.basic} /> | ||
| <ExampleList {...content.customui} /> | ||
| <ExampleList {...content.community} /> | ||
| <QuickstartFilter /> | ||
| ``` |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,8 +4,8 @@ title: Operations | |
| --- | ||
|
|
||
| ```mdx-code-block | ||
| import DocCardList from '@theme/DocCardList'; | ||
| import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; | ||
| {/* import DocCardList from '@theme/DocCardList'; */} | ||
|
Member
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 looks broken
Contributor
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. Appears to be working OK. https://docs-7qgoc8ot0-ory.vercel.app/docs/category/operations-reference |
||
| {/* import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; */} | ||
| <DocCardList items={useCurrentSidebarCategory().items}/> | ||
| {/* <DocCardList items={useCurrentSidebarCategory().items}/> */} | ||
| ``` | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| --- | ||
| id: configuration | ||
| title: Configuration | ||
| title: Configure Ory Hydra | ||
| --- | ||
|
|
||
| ```mdx-code-block | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| --- | ||
| title: "Basic: Olymp library" | ||
| id: file-sharing-example | ||
|
Member
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 changes the URL of this document, is that intended and do you have redirects for it?
Contributor
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. Yes, there is a redirect. |
||
| title: "File sharing example" | ||
| sidebar_label: File sharing example | ||
| --- | ||
|
|
||
| ## A basic, down-to-earth full feature example | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| <!-- docs/network/getting-started/auth-overview.mdx --> | ||
|
|
||
| import { AuthOverview } from "@site/src/components/Shared/AuthOverview" | ||
|
|
||
| # Authentication in Ory Network | ||
|
|
||
| <AuthOverview product="network" /> |
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.
Do we have a redirect for this?
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.
Yes, there is a redirect.