Core Features
Explore the main capabilities of Logic and Intelligence Lab, from document organization to collaboration tools.
Overview
Logic and Intelligence Lab provides powerful tools to manage your project documentation effectively. You can structure documents hierarchically, track changes with version control, collaborate seamlessly with teams, and discover content quickly through advanced search. These features help you maintain organized, up-to-date docs that scale with your projects.
Use these core features to streamline your documentation workflow from the start.
Key Features
Document Hierarchies
Organize content into nested structures for intuitive navigation.
Version Control
Track changes and revert to previous versions effortlessly.
Collaboration Tools
Comment, review, and co-edit documents in real-time.
Search & Discovery
Find exactly what you need with powerful search capabilities.
Document Structuring and Hierarchies
Create nested document structures to reflect your project's organization. Start with top-level spaces, add folders, and nest pages deeply as needed.
Create a Space
Navigate to your dashboard and select New Space. Name it for your project, like API Documentation.
Add Folders
Inside the space, create folders such as Endpoints and Guides.
Nest Pages
Add pages within folders. Use drag-and-drop to reorder or nest further.
This hierarchy ensures easy navigation for users.
Version Control for Docs
Maintain document history with built-in version control. Every edit creates a new version, allowing you to compare changes and restore previous states.
Select a page, click Versions in the sidebar, and choose two versions to diff side-by-side.
From the versions list, select Restore this version to revert changes.
# Fetch version history
lab-docs versions --space "API Docs" --page "GET Users"
// API example
const versions = await fetch('https://api.example.com/docs/versions?space=API Docs');
console.log(versions.json());
Collaboration and Commenting Features
Invite team members to collaborate. Use inline comments for feedback and real-time editing for quick updates.
Resolve comments before publishing to keep docs clean.
Search and Discovery Tools
Powerful search helps you find content across spaces. Filter by type, tags, or date, and use discovery feeds for recent updates.
| Feature | Description | Use Case |
|---|---|---|
| Full-Text Search | Searches titles and content | Finding specific endpoints |
| Tag Filtering | Filter by custom tags | Organizing by status: draft, published |
| Advanced Filters | Date range, author, space | Recent changes by team lead |
Start searching from the top bar. Results appear instantly with previews.
Last updated today