Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
saintbyte
/
docsify
Public
forked from
docsifyjs/docsify
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
docsify
src
core
on
delete-package-lock
User selector
All users
All time
Commit history
Commits on Jun 7, 2020
Merge branch 'develop' into allow-config-function
trusktr
authored
809fda9
View commit details
Copy full SHA for 809fda9
View code at this point
Browse repository at this point
simplify import
trusktr
committed
dca22f3
View commit details
Copy full SHA for dca22f3
View code at this point
Browse repository at this point
remove some unused code and accept eslint changes
trusktr
committed
79fe3d5
View commit details
Copy full SHA for 79fe3d5
View code at this point
Browse repository at this point
remove the DOCSIFY global made by Rollup, and move Docsify into a separate file where we can import it from tests while leaving the entry point for the bundle without any exports so that Rollup wilβ¦
Show description for 88033b6
trusktr
committed
88033b6
View commit details
Copy full SHA for 88033b6
View code at this point
Browse repository at this point
Commits on May 23, 2020
feat: update src/core/index.js to export all global APIs, deprecate old globals in favor of a single global DOCSIFY, and add tests for this
trusktr
committed
7e002bf
View commit details
Copy full SHA for 7e002bf
View code at this point
Browse repository at this point
Fix: emoji +1 and -1 not rendering (#1187)
sy-records
authored
1a09ce3
View commit details
Copy full SHA for 1a09ce3
View code at this point
Browse repository at this point
Commits on May 22, 2020
Merge pull request #1102 from tschaible/bugfix/multiple-embeds
Show description for 5ea28c4
anikethsaha
authored
5ea28c4
View commit details
Copy full SHA for 5ea28c4
View code at this point
Browse repository at this point
add tests to make sure the global and plugin APIs are available and that configs can be functions
trusktr
committed
b4b8bdc
View commit details
Copy full SHA for b4b8bdc
View code at this point
Browse repository at this point
allow the user's $docsify config to be a function that receives as input the Docsify instance
trusktr
committed
f72bf4c
View commit details
Copy full SHA for f72bf4c
View code at this point
Browse repository at this point
Commits on May 20, 2020
fix: fixed target and rel issue (fixes #1183)
anikethsaha
committed
3d662a5
View commit details
Copy full SHA for 3d662a5
View code at this point
Browse repository at this point
Commits on May 18, 2020
fix: default html img resize if no height included (#1065)
Show description for 9ff4d06
maubuz
authored
9ff4d06
View commit details
Copy full SHA for 9ff4d06
View code at this point
Browse repository at this point
Commits on May 15, 2020
fix: cross-origin url cannot be redirected when "externalLinkTarget" is set to "_self" and "routerMode" is set to "history". (#1062)
Show description for fd2cec6
Koooooo-7
authored
fd2cec6
View commit details
Copy full SHA for fd2cec6
View code at this point
Browse repository at this point
Commits on May 14, 2020
Merge pull request #1111 from CHU295/develop
Show description for 708ca9d
anikethsaha
authored
708ca9d
View commit details
Copy full SHA for 708ca9d
View code at this point
Browse repository at this point
Commits on May 13, 2020
Create sidebar.js
sy-records
authored
f9d0c72
View commit details
Copy full SHA for f9d0c72
View code at this point
Browse repository at this point
Commits on May 7, 2020
Merge pull request #1148 from sytone/develop
Show description for 22030f4
anikethsaha
authored
22030f4
View commit details
Copy full SHA for 22030f4
View code at this point
Browse repository at this point
Commits on Apr 27, 2020
Add front matter to dev page
Show description for b05949a
sytone
committed
b05949a
View commit details
Copy full SHA for b05949a
View code at this point
Browse repository at this point
reset and modify.
vagra
committed
b108c86
View commit details
Copy full SHA for b108c86
View code at this point
Browse repository at this point
Commits on Apr 15, 2020
Linting Checks
CHU295
authored
fed6a83
View commit details
Copy full SHA for fed6a83
View code at this point
Browse repository at this point
Commits on Apr 13, 2020
[fix #1115] Image resize in % doesn't work.
Koooooo-7
committed
517f0d7
View commit details
Copy full SHA for 517f0d7
View code at this point
Browse repository at this point
Commits on Apr 10, 2020
Update sidebar.js
Show description for d32d91b
CHU295
authored
d32d91b
View commit details
Copy full SHA for d32d91b
View code at this point
Browse repository at this point
Commits on Apr 7, 2020
updated the insertion of embedded tokens so it correctly handles embedded token results returning in any order
Show description for ea17dcc
Tom Schaible
committed
ea17dcc
View commit details
Copy full SHA for ea17dcc
View code at this point
Browse repository at this point
Commits on Mar 24, 2020
fix: digit issue with sidebar (complete REVERT to old method)
anikethsaha
committed
154abf5
View commit details
Copy full SHA for 154abf5
View code at this point
Browse repository at this point
Commits on Mar 9, 2020
chore: removed circular dep and css.escape
anikethsaha
committed
9afa666
View commit details
Copy full SHA for 9afa666
View code at this point
Browse repository at this point
fix: fixed rendering of color in coverpage issue
anikethsaha
committed
406670c
View commit details
Copy full SHA for 406670c
View code at this point
Browse repository at this point
IMMEDIATE FIX TILL MAJOR FIX IS COMMING FOR CSS.ESCAPE
anikethsaha
committed
5f86454
View commit details
Copy full SHA for 5f86454
View code at this point
Browse repository at this point
chore(scroll): smarter scroll behavior (#744)
Show description for 0f1749c
solymosi
authored
0f1749c
View commit details
Copy full SHA for 0f1749c
View code at this point
Browse repository at this point
Migrate relative links to absolute in embedded markdown (#867)
Show description for 291c99b
aenniw
authored
291c99b
View commit details
Copy full SHA for 291c99b
View code at this point
Browse repository at this point
Adds option to specify an header height (#1045)
Show description for b53ea1e
leorossi
authored
b53ea1e
View commit details
Copy full SHA for b53ea1e
View code at this point
Browse repository at this point
Commits on Feb 20, 2020
feat: new option hideSidebar (#1026)
Show description for b7547f1
anikethsaha
authored
b7547f1
View commit details
Copy full SHA for b7547f1
View code at this point
Browse repository at this point
chore: added new linter config (#1028)
Show description for 75c72e9
anikethsaha
authored
75c72e9
View commit details
Copy full SHA for 75c72e9
View code at this point
Browse repository at this point
Commits on Feb 14, 2020
chore: migrate CI to github, refactore CI and npm scripts, linting fixes (#1023)
anikethsaha
authored
5f7464a
View commit details
Copy full SHA for 5f7464a
View code at this point
Browse repository at this point
fix: emojis in titles not working correctly and update (#1016)
Show description for b3d9b96
Koooooo-7
authored
b3d9b96
View commit details
Copy full SHA for b3d9b96
View code at this point
Browse repository at this point
Commits on Feb 13, 2020
fix config initialization and coercion (#861)
Show description for 0e4cdad
L3au
authored
0e4cdad
View commit details
Copy full SHA for 0e4cdad
View code at this point
Browse repository at this point
Commits on Feb 8, 2020
feat: added capability to add css class and id to images + links + refactoring (#820)
Show description for 724ac02
arelstone
authored
724ac02
View commit details
Copy full SHA for 724ac02
View code at this point
Browse repository at this point
Commits on Feb 5, 2020
Fix #895 (#896)
Show description for 90a35ab
bgpat
authored
90a35ab
View commit details
Copy full SHA for 90a35ab
View code at this point
Browse repository at this point
Previous
Next
You canβt perform that action at this time.