Tag

docsify

0 views collected around this technical thread.

macrozheng
macrozheng
Nov 1, 2022 · Frontend Development

How to Quickly Build a Docsify Documentation Site in Minutes

This article walks through installing Node.js and Docsify, initializing a project, customizing the sidebar, navbar, and cover page, adding useful plugins, and deploying the Docsify site with Nginx, highlighting its speed and simplicity compared to other static site generators.

Node.jsdocsifydocumentation
0 likes · 13 min read
How to Quickly Build a Docsify Documentation Site in Minutes
Wukong Talks Architecture
Wukong Talks Architecture
Jul 7, 2021 · Frontend Development

Integrating Gitalk Comment System into a Docsify Documentation Site

This article explains how to add a Gitalk-based comment feature to a Docsify‑generated documentation site, covering Gitalk fundamentals, GitHub OAuth app setup, integration steps, custom JavaScript tweaks for URL handling, common pitfalls, and a detailed appendix of configuration parameters.

GitHub OAuthGitalkJavaScript
0 likes · 12 min read
Integrating Gitalk Comment System into a Docsify Documentation Site
政采云技术
政采云技术
Apr 19, 2020 · Frontend Development

Building a Real‑Time Editable Documentation Site with EggJS, Marked, Highlight.js and Docsify

This article describes how a front‑end team can create a markdown‑based documentation site that updates automatically via GitLab webhooks, using EggJS with marked and highlight.js for server‑side rendering or NestJS with docsify for client‑side rendering, and provides complete code examples and deployment steps.

MarkdownNestJSWebhook
0 likes · 10 min read
Building a Real‑Time Editable Documentation Site with EggJS, Marked, Highlight.js and Docsify
Wukong Talks Architecture
Wukong Talks Architecture
Apr 5, 2020 · Frontend Development

Step-by-Step Guide to Setting Up a Docsify Documentation Site

This tutorial explains how to install Node.js and docsify-cli, initialize a docsify project, customize the navigation bar, cover page, search and code highlighting, and finally deploy the documentation site to GitHub Pages or a cloud server using Nginx, while providing troubleshooting tips.

DeploymentGitHub PagesNginx
0 likes · 8 min read
Step-by-Step Guide to Setting Up a Docsify Documentation Site
macrozheng
macrozheng
Jul 29, 2019 · Frontend Development

How to Build a Docsify-Powered Documentation Site for Your SpringBoot Mall Project

This guide walks you through using Docsify to create a lightweight, dynamic documentation website for the SpringBoot-based mall project, covering installation, project initialization, sidebar and navigation customization, search, code highlighting, copy‑code features, and deployment via GitHub Pages.

GitHub PagesTutorialdocsify
0 likes · 7 min read
How to Build a Docsify-Powered Documentation Site for Your SpringBoot Mall Project