Core Features of ALGONETIC
Explore the essential tools and capabilities that make ALGONETIC ideal for project documentation.
Overview
ALGONETIC provides a comprehensive suite of tools for managing project documentation. You can organize content efficiently, collaborate with teams, track changes, search quickly, and customize your workspace to fit your needs. These features ensure your docs stay current and accessible.
Document Organization
Categorize and structure your docs with folders and tags.
Collaboration
Share and work together in real-time.
Version Control
Track changes and revert when needed.
Search Tools
Find content instantly with advanced filtering.
Customization
Tailor your workspace to your workflow.
Document Organization and Categorization
Organize your documentation using hierarchical folders and tags. Create nested structures for complex projects, such as /api/reference or /guides/advanced.
Create Folders
Navigate to your workspace root and select "New Folder". Name it descriptively, like "User Guides".
Add Tags
Open a document and assign tags such as api, tutorial, or internal.
Categorize Content
Drag and drop files into folders. Use the sidebar to view your structure.
Use consistent naming conventions like "v1.0-api" for tags to improve discoverability.
Collaboration and Sharing Options
Invite team members and share docs securely. Options include public links, role-based access, and real-time editing.
Go to Workspace Settings > Members. Enter emails and assign roles: Admin, Editor, Viewer.
Select a doc, click Share > Generate Link. Set expiration or password protection.
Use the embed code for external sites:
<iframe src="https://docs.example.com/embed/doc-id" width="100%" height="600"></iframe>
Version Control for Docs
Maintain history with automatic versioning. View diffs, restore previous versions, and branch for experiments.
Search and Filtering Tools
Search across all docs with full-text indexing. Filter by tags, folders, or date.
| Filter Type | Example Usage | Result |
|---|---|---|
| Keyword | api endpoint | Matches titles and content |
| Tag | @api @v2 | Tagged docs only |
| Folder | in:guides | Specific folder scope |
| Date | after:2024-01 | Recent changes |
Pro tip: Combine filters like @internal in:api after:2024 for precise results.
Customization of Workspaces
Personalize your interface with themes, layouts, and integrations.
{
"theme": "dark",
"sidebar": { "collapsed": true },
"integrations": ["github", "slack"]
}
algonetic config set theme=dark
algonetic config set sidebar.collapsed=true
Save custom views for recurring tasks, like "API Review" layout showing only tagged docs.
Explore these features to streamline your documentation workflow. Start with organization for immediate impact.
Last updated today