Skip to content

Commit 62f1424

Browse files
author
Steve Riesenberg
committed
Add docs outline with Antora skeleton
1 parent f1a0159 commit 62f1424

17 files changed

+208
-0
lines changed

docs/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
package-lock.json
2+
node_modules

docs/antora.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: reference
2+
version: 0.2.2
3+
prerelease: '-SNAPSHOT'
4+
5+
title: Spring Authorization Server
6+
display_version: latest
7+
start_page: ROOT:index.adoc
8+
nav:
9+
- modules/ROOT/nav.adoc
10+
- modules/guides/nav.adoc
11+
- modules/appendix/nav.adoc

docs/local-antora-playbook.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
site:
2+
title: Spring Authorization Server
3+
url: https://docs.spring.io/spring-authorization-server
4+
start_page: reference::index.adoc
5+
asciidoc:
6+
attributes:
7+
page-pagination: true
8+
content:
9+
sources:
10+
- url: ../
11+
branches: [guides]
12+
start_path: docs
13+
ui:
14+
bundle:
15+
url: https://github.com/spring-io/antora-ui-spring/releases/download/latest/ui-bundle.zip
16+
snapshot: true

docs/modules/ROOT/nav.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.xref:index.adoc[Reference Manual]
2+
* xref:overview.adoc[Overview]
3+
* xref:getting-help.adoc[Getting Help]
4+
* xref:getting-started.adoc[Getting Started]
5+
* xref:configuration-model.adoc[Configuration Model]
6+
* xref:core-components.adoc[Core Components]
7+
* xref:protocol-endpoints.adoc[Protocol Endpoints]
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
= Configuration Model
2+
3+
This page is under construction.
4+
5+
[[oauth2-authorization-server-configurer]]
6+
== `OAuth2AuthorizationServerConfigurer`
7+
8+
This section is under construction.
9+
10+
[[oauth2-authorization-server-configuration]]
11+
== `OAuth2AuthorizationServerConfiguration`
12+
13+
This section is under construction.
14+
15+
[[provider-settings]]
16+
== `ProviderSettings` / `ProviderContext`
17+
18+
This section is under construction.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
= Core Components
2+
3+
This page is under construction.
4+
5+
[[registered-client-repository]]
6+
== `RegisteredClientRepository` / `RegisteredClient`
7+
8+
This section is under construction.
9+
10+
[[oauth2-authorization-service]]
11+
== `OAuth2AuthorizationService` / `OAuth2Authorization`
12+
13+
This section is under construction.
14+
15+
[[oauth2-authorization-consent-service]]
16+
== `OAuth2AuthorizationConsentService` / `OAuth2AuthorizationConsent`
17+
18+
This section is under construction.
19+
20+
[[jwt-encoder]]
21+
== `JwtEncoder`
22+
23+
This section is under construction.
24+
25+
[[oauth2-token-customizer]]
26+
== `OAuth2TokenCustomizer` / `OAuth2TokenContext`
27+
28+
This section is under construction.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= Getting Help
2+
3+
This page is under construction.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
= Getting Started
2+
3+
This page is under construction.
4+
5+
[[system-requirements]]
6+
== System Requirements
7+
8+
This section is under construction.
9+
10+
[[installing-spring-authorization-server]]
11+
== Installing Spring Authorization Server
12+
13+
This section is under construction.
14+
15+
[[developing-your-first-application]]
16+
== Developing Your First Spring Authorization Server Application
17+
18+
This section is under construction.

docs/modules/ROOT/pages/index.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= Reference Manual
2+
3+
This page is under construction.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
= Overview
2+
3+
This page is under construction.
4+
5+
[[introducing-spring-authorization-server]]
6+
== Introducing Spring Authorization Server
7+
8+
This section is under construction.
9+
10+
[[feature-list]]
11+
== Feature List
12+
13+
This section is under construction.

0 commit comments

Comments
 (0)