OpenSource-Hub
DiscoverTrendingCode LibraryCategories
/Documentation

Documentation

9 open source tools found

W
Developer Tools

wiki

Modern, lightweight wiki app with built-in Git versioning, WYSIWYG editor, and plugin ecosystem.

A modern, lightweight and powerful wiki app built on Node.js. Features Git-backed versioning, WYSIWYG editor, and extensive plugin ecosystem.

Stop the service, delete the installation directory and database. For Docker: docker rm -f wiki and remove volumes.
28.3kChecksum
G
Developer Tools

gollum

A Git-backed wiki system that stores pages as text files with built-in web editing and version control.

A simple wiki system built on top of Git. Pages are editable text files in a Git repository, with built-in web interface and version control.

For gem installation: gem uninstall gollum. For Docker: docker rmi gollumwiki/gollum and remove containers. For WAR: delete the .war file.
14.3k

OpenSource-Hub

Quality Open Source Within Reach

Powered by Cloudflare D1 & DeepSeek

Discover

AI ProductivityDev ToolsSystem TuningPrivacyVideo & AudioOffice

Resources

SitemapGitHub Repo

Legal

Privacy PolicyAbout Us

© 2026 OpenSource-Hub

GitHub
D
System Optimization

dokuwiki

No-database wiki that runs anywhere with PHP.

A simple-to-use, lightweight wiki engine that requires no database. Ideal for personal or small team documentation.

Simply delete the DokuWiki directory and all its files. No database cleanup needed.
4.6k
R
Developer Tools

Raneto

A lightweight, file-based Markdown knowledge base for Node.js, no database needed.

Raneto is a free, open-source knowledge base built on Node.js that uses Markdown files for all content. It provides a clean, lightweight interface for creating and managing documentation without a database.

Delete the project folder and clean up Node.js environment and config files.
2.9k
G
Developer Tools

gitit

A Haskell-based wiki with Pandoc markup and Git/Darcs/Mercurial storage.

Gitit is a wiki program written in Haskell. It uses Happstack for the web server and pandoc for markup processing. Pages and uploaded files are stored in a git, darcs, or mercurial repository and may be modified via CLI or web interface.

Remove the gitit binary (e.g., ~/.cabal/bin/gitit) and delete the static, templates, wikidata folders and log files generated in the run directory.
2.3k
I
Office Productivity

ITFlow

Free open-source platform combining IT docs, ticketing, and billing for small MSPs.

Open-source IT documentation, ticketing, and accounting system for small MSPs.

ITFlow does not provide an official uninstall script. To remove, manually delete the installation directory (usually /var/www/itflow), drop the database, and remove associated web server configuration.
932
D
Developer Tools

docat

Self-host your docs in minutes with versioning support and a clean UI.

A lightweight, versioned documentation hosting tool that makes it easy to serve multiple projects and versions.

Stop and remove the Docker container: docker stop docat && docker rm docat; then delete the local persistence directory (e.g., docat-run/) to fully uninstall.
898
T
System Optimization

Typemill

A flat-file CMS that turns Markdown into websites and eBooks with no database.

A lightweight flat-file CMS for building documentation sites, knowledge bases, and eBooks using Markdown.

Delete the Typemill directory entirely (back up /content if needed). No database to clean up.
594
W
Developer Tools

wiki-go

A modern, database-less flat-file wiki with Markdown editing, built-in comments, kanban boards, and instant Docker setup.

Wiki-Go is a modern, feature-rich, database-less flat-file wiki platform built with Go. It offers a clean UI for creating knowledge bases, documentation, and collaborative content without any external database. Supports Markdown, emoji, Mermaid diagrams, LaTeX math, full-text search, hierarchical pages with version history, user management, comments, link management, and interactive kanban boards. Easy deployment via Docker or binaries.

To uninstall: if using Docker, run `docker stop wiki-go && docker rm wiki-go` and remove the `data/` directory. If using binary, delete the executable and data folder.
563Checksum
Browse All Categories