mirror of
https://github.com/wahyd4/docsify.git
synced 2026-08-08 21:08:18 +10:00
chore: documented __colon__ tip (#1025)
This commit is contained in:
Vendored
+1
-2
@@ -1,4 +1,3 @@
|
||||
{
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.formatOnSave": true
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
}
|
||||
|
||||
@@ -369,6 +369,8 @@ window.$docsify = {
|
||||
};
|
||||
```
|
||||
|
||||
?> If this options is `false` but you dont want to emojify some specific colons , [Refer this](https://github.com/docsifyjs/docsify/issues/742#issuecomment-586313143)
|
||||
|
||||
## mergeNavbar
|
||||
|
||||
- type: `Boolean`
|
||||
|
||||
+2
-2
@@ -27,7 +27,7 @@
|
||||
"dev": "run-p serve watch:*",
|
||||
"dev:ssr": "run-p serve:ssr watch:*",
|
||||
"lint": "eslint .",
|
||||
"fixlint" : "eslint . --fix",
|
||||
"fixlint": "eslint . --fix",
|
||||
"test": "mocha ./test/**/*.test.js",
|
||||
"testServer": "node cypress/setup.js",
|
||||
"test:e2e": "start-server-and-test testServer http://localhost:3000 cy:run",
|
||||
@@ -55,7 +55,7 @@
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.js": [
|
||||
"npm run lint",
|
||||
"npm run fixlint",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user