-
Notifications
You must be signed in to change notification settings - Fork 2
Organize the ROOT modules into sub-directories #212
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: main
Are you sure you want to change the base?
Conversation
…T/pages/custom-actions/custom-actions-callback.adoc
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…ges/custom-actions/custom-actions-edit.adoc
…es/custom-actions/custom-actions-url.adoc
…es/custom-actions/custom-actions-viz.adoc
…OT/pages/custom-actions/custom-actions-worksheet.adoc
…ustom-actions/custom-actions.adoc
…s/version-control/git-configuration.adoc
…version-control/version_control.adoc
…es/version-control/git-rest-api-guide.adoc
…sion-control/guid-mapping.adoc
…/pages/authentication/trusted-authentication.adoc
…OOT/pages/authentication/trusted-auth-troubleshoot.adoc
…modules/ROOT/pages/authentication/trusted-auth-token-request-service.adoc
…T/pages/authentication/trusted-auth-secret-key.adoc
…/authentication/trusted-auth-sdk.adoc
…uthentication/configure-saml.adoc
…uthentication/configure-oidc.adoc
…ages/authorization/abac-user-parameters.adoc
…ization/rls-rules.adoc
…/pages/authorization/access-control-sharing.adoc
…thorization/data-security.adoc
…ages/authorization/privileges-and-roles.adoc
|
This is entirely just making subdirectories to group related files by topic in the the ROOT module, which were previously all in one directory. The work we did on the Tutorials module showed that everything in any level of subdirectory is processed as a flat structure by the actual deployment, so there is zero harm or effect in any level of folder structure |
Attempt to fix partial resolution
Another attempt to get partials right
…T/pages/session-api.adoc
|
Moved all of the files that use include:: from the partials directory back into the main directory. Couldn't find a solution for having them in a sub-directory. Everything should be working now, still makes the whole repo easier to review. I also updated every link that was using target= instead of correct window= |
Creating a sub-directory structure to see if we can clean things up