Skip to content

Move Configuration documentation from README to Wiki#313

Open
55728 wants to merge 1 commit into
doorkeeper-gem:masterfrom
55728:289-move-configuration-docs-to-wiki
Open

Move Configuration documentation from README to Wiki#313
55728 wants to merge 1 commit into
doorkeeper-gem:masterfrom
55728:289-move-configuration-docs-to-wiki

Conversation

@55728

@55728 55728 commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator

Summary

Moves the Configuration section from the README to the Wiki, as agreed in #289.

What changed

The README's Configuration section (~530 lines covering initializer settings, Scopes, Claims, Routes, Nonces, I18n, and Dynamic Client Registration) is replaced with a concise pointer to the Wiki pages.

Wiki pages (already published)

Page Content
Configuration Initializer settings (issuer, subject, signing_key, auth_time, etc.)
Scopes openid scope setup, offline_access recipe
Claims Custom claims DSL, acr/amr
Routes Mounted routes, jwks_uri customization, multi-mount
Nonces Authorization view nonce pass-through
I18n Locale file overrides
Dynamic Client Registration RFC 7591 setup, supported params, authorization

Migration approach

The Wiki content was built in three commits to preserve traceability:

  1. Mechanical copy — README Configuration section copied verbatim to Configuration.md
  2. Link fix — Repository-relative paths and bare #NNN references converted to absolute URLs
  3. Split — Single page split into 7 topic pages with heading promotion

Closes #289

Replace the detailed Configuration section (previously ~530 lines)
with a brief pointer to the Wiki, where the content now lives as
dedicated pages for each topic.

The Wiki migration was tracked and discussed in doorkeeper-gem#289.

Closes doorkeeper-gem#289
@55728 55728 requested a review from nbulaj June 15, 2026 13:16
@55728 55728 self-assigned this Jun 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate documentation from README to Wiki

1 participant