-
Notifications
You must be signed in to change notification settings - Fork 1
Move from Administration to Advanced Functionality #66
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
@@ -1,8 +1,9 @@ | |||
Administration | |||
Advanced Functionality |
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.
maybe we should do a logical split: Admin page related functionality (to stay as Adminstration) and Advance Functionality (the rest)
more advanced tasks such as administrative ones to customize or extend the | ||
application's capabilities: | ||
|
||
* :doc:`/user_guide/advanced_functionality/set_up_a_cluster_template` |
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.
Can these be relative links?
@@ -0,0 +1,27 @@ | |||
Advanced Functionality |
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.
Does the directory name need to match this title? Using just advanced
for the path would result in shorter URLs.
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.
I'd say it's a good practice to overlap filenames and titles (with some abbreviations).
I'd even go further: I favor putting the parent article in the same directory as the folder with its children, and naming the folder the same as the file... This way you get a very consistent URL structure :) And if you put in an incomplete URL of a file, you may still get a page instead of 404. like so:
|- section-1
|- advanced
|- article-1.rst
|- article-2.rst
|- advanced.rst
|- section-1.rst
./edge-management/advanced.html
./edge-management/advanced/article-1.html
I know... Off-topic :)
PR Description
Move from Administration to Advanced Functionality for the top level bullet.
Checklist