An example project demonstrating how to use Docsify in offline environments
English | 简体中文
This is an example project that demonstrates how to use Docsify in environments without internet access.
For the origin and deployment instructions, please refer to the blog post: Deploying Docsify in Offline Environment.
This project incorporates the following practical functions and plugins, and synchronizes the latest resource files on a regular basis.
- Bilingual support (Chinese/English)
- Dark/Light theme switching
- Full-text search
- Code highlighting
- Automatic spacing between Chinese and English
- Code copy to clipboard
- Footnotes
- Alert boxes
- File update time display
- Collapsible sidebar
- Image zooming
This project can be deployed as a static website. IIS requires adding MIME type for markdown files: text/markdown
.
For more detailed deployment instructions, please refer to the official Docsify deployment guide.
├── docsify-generate-sidebar.bat # Sidebar update script
├── docsify-start-server.bat # Server startup script
├── assets/ # Static resources directory
├── docs/ # Documentation content directory
└── zh-cn/ # Chinese documentation directory