Skip to content
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

Split up Documentation Further #10367

Closed
rwinch opened this issue Oct 12, 2021 · 1 comment
Closed

Split up Documentation Further #10367

rwinch opened this issue Oct 12, 2021 · 1 comment
Assignees
Labels
in: docs An issue in Documentation or samples type: enhancement A general enhancement
Milestone

Comments

@rwinch
Copy link
Member

rwinch commented Oct 12, 2021

The documentation is larger than it should be for some of the pages. Ideally, pages with more than 1000 lines should be split up into smaller pages. Here is a report of the pages that do not meet that requirement.

find docs/modules/ROOT/pages -name "*.adoc" | xargs grep -cve '^\s*$' | sed -E 's/(.*?):(.*)/\2 \1/' | sort -n

1157 docs/modules/ROOT/pages/reactive/test.adoc
1211 docs/modules/ROOT/pages/servlet/oauth2/oauth2-login.adoc
1331 docs/modules/ROOT/pages/servlet/saml2/index.adoc
1545 docs/modules/ROOT/pages/servlet/saml2/saml2-login.adoc
1585 docs/modules/ROOT/pages/reactive/oauth2/resource-server.adoc
1610 docs/modules/ROOT/pages/servlet/test/mockmvc.adoc
1807 docs/modules/ROOT/pages/servlet/oauth2/oauth2-client.adoc
1888 docs/modules/ROOT/pages/servlet/appendix/namespace.adoc
2522 docs/modules/ROOT/pages/servlet/oauth2/oauth2-resourceserver.adoc
@rwinch rwinch added status: waiting-for-triage An issue we've not yet triaged type: bug A general bug labels Oct 12, 2021
@rwinch
Copy link
Member Author

rwinch commented Oct 12, 2021

@jzheaux Can you please look into this issue?

@rwinch rwinch added in: docs An issue in Documentation or samples type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged type: bug A general bug labels Oct 12, 2021
jzheaux added a commit to jzheaux/spring-security that referenced this issue Oct 26, 2021
jzheaux added a commit that referenced this issue Oct 27, 2021
jzheaux added a commit that referenced this issue Oct 29, 2021
jzheaux added a commit that referenced this issue Oct 29, 2021
jzheaux added a commit that referenced this issue Oct 29, 2021
jzheaux added a commit that referenced this issue Oct 29, 2021
jzheaux added a commit that referenced this issue Oct 29, 2021
jzheaux added a commit that referenced this issue Nov 1, 2021
jzheaux added a commit that referenced this issue Nov 4, 2021
jzheaux added a commit that referenced this issue Nov 4, 2021
jzheaux added a commit that referenced this issue Nov 4, 2021
jzheaux added a commit that referenced this issue Nov 5, 2021
jzheaux added a commit that referenced this issue Nov 5, 2021
jzheaux added a commit that referenced this issue Nov 5, 2021
jzheaux added a commit that referenced this issue Nov 5, 2021
jzheaux added a commit that referenced this issue Nov 5, 2021
@jzheaux jzheaux closed this as completed Nov 9, 2021
@jzheaux jzheaux added this to the 5.6.0 milestone Nov 9, 2021
sjohnr added a commit to sjohnr/spring-security that referenced this issue Nov 11, 2021
sjohnr added a commit that referenced this issue Nov 11, 2021
sjohnr added a commit that referenced this issue Nov 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: docs An issue in Documentation or samples type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants