Skip to content

Latest commit

 

History

History
134 lines (107 loc) · 4.18 KB

File metadata and controls

134 lines (107 loc) · 4.18 KB
title Core Features
description Discover the essential features of the Yassine Fatihi documentation platform designed for streamlined project organization.

Overview

The Yassine Fatihi documentation platform empowers you to organize project information efficiently. You create structured knowledge bases, collaborate seamlessly, and access content across devices. Key capabilities include intuitive hierarchies, robust sharing tools, powerful search, rich media support, and full mobile optimization.

Build nested page structures for clear navigation. Share and edit docs with your team securely. Find content quickly with filters and full-text search. Embed images, videos, and interactive elements. Access your docs on any device without compromise.

Document Structuring and Hierarchies

You organize content using nested pages and sidebars. Create parent-child relationships to reflect your project's structure.

graph TD
    A[Home] --> B[Projects]
    B --> C[Project 1]
    C --> D[Setup]
    C --> E[API]
    B --> F[Project 2]
    A --> G[Guides]
Loading
Navigate to your workspace and select `New Page`. Drag pages in the sidebar to nest them. Edit sidebar labels and collapse sections for better UX. Preview and publish your structure live. Use hierarchies to mirror your workflow, making navigation intuitive for teams.

Collaboration and Sharing Options

Invite team members and control access levels. Share public links or embed pages externally.

Generate invite links with roles like `Editor` or `Viewer`.
<CodeGroup tabs="URL,CLI">
````bash
# Share via secure link
https://docs.example.com/invite?token=YOUR_TOKEN
````

````bash
# CLI command (if integrated)
docs share --team --role=editor
````
</CodeGroup>
Toggle public access and customize permissions.
Set `read-only` for clients or `full-access` for partners.

Search and Filtering Tools

Locate documents instantly with full-text search and metadata filters.

Feature Description Example Filter
Full-Text Search Searches titles, content, and tags API integration
Tag Filtering Filter by custom tags tag:urgent
Advanced Query Combine operators like AND/OR project AND setup
Recent Activity Sort by last edited or viewed sort:recent
Pro tip: Prefix searches with `@` for mentions, e.g., `@yassine`.

Media and Embed Support

Enhance docs with visuals and interactivity.

```markdown ![Project Dashboard](/images/dashboard.png) ``` ````markdown

Mobile Responsiveness

Your documentation adapts seamlessly to phones and tablets. Sidebars collapse, text reflows, and touch interactions work smoothly.

Customize via theme settings:
  • Enable swipe navigation
  • Adjust font scaling
  • Optimize image loading for slow connections

Explore these features to maximize your project's documentation efficiency. Start by structuring your first hierarchy today.