Skip to content

Directory structure

Nuno Luciano edited this page May 29, 2024 · 3 revisions

Menu Tree

The Tree-like is automatically generetad from the folders and files hierarchical structure. Public folder or root directory contains subfolders, which themselves may contain other subfolders. The result is a Menu Tree that helps you to organize and users to explore contents based on their relationships and categories.

Project-centric structure

The project-centric structure with a folder for each project and files organized into subfolders according to their types, such as documents and images.

Topic-based hierarchy

Through the folder flow, you can also let users discover a thematic and chronological hierarchy: general folders for broad categories subdivided into more specific topics.

flowchart TD
    B["Public"]
    B-->C[Project 1]
    B-->D[Project 2]
    B-->E[fa:fa-ban Project 3]
    E-->F(Subfolder-1)
    E-->G(fa:fa-camera-retro Subfolder-2)
    G-->H(Sub-subfolder)
Loading

Chronological

timeline
    title History of Social Media Platform
    2002 : LinkedIn
    2004 : Facebook
         : Google
    2005 : Youtube
    2006 : Twitter
Loading

Customized views

You can customize your interaction in organized folders using the sidebar panel.

Download contents

You can also check the box for each folder or file you want to generate an archive and download.

Clone this wiki locally