Skip to content

change: Reorganise directory structure to use less directory levels #245

Description

@colinkiama

Description

Currently some URLs are pretty long, for example: https://docs.vala.dev/tutorials/programming-language/main/02-00-basics/02-02-syntax-overview.html

Theres quite a bit of nesting that can be avoided:

  • We don’t need another page to show specifically programming language tutorials so we can drop programming-language.
  • Also the sidebar item tree is completely managed by the config. We can remove the directories that divided the pages into chapters 02-00-basics. So we have a nice flat file structure for the main tutorial page, without affecting the behaviour of the sidebar item tree.

The final result would be: https://docs.vala.dev/tutorials/main/02-02-syntax-overview.html

A much shorter URL!

This directory restructuring will happen across the entire documentation.

Make sure to add redirects if possible. These changes will affect many links to the website.

Additional Info

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions