Skip to content

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Andrea-Campanella
Copy link
Contributor

PR Description

Move from Administration to Advanced Functionality for the top level bullet.

Checklist

  • Tests passed
  • Documentation updated

@@ -1,8 +1,9 @@
Administration
Advanced Functionality
Copy link
Contributor

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`
Copy link
Contributor

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
Copy link
Contributor

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.

Copy link

@kblaszczak-intel kblaszczak-intel Jun 17, 2025

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants