1258 Commits

Author SHA1 Message Date
Joe Pea
63f1b88a41 Revert "ensure that the test script runs a prod build"
This reverts commit 41dc2c7d106e655e86bfd2f96a81167348d389ed because the
GitHub Action (unit.yml) already run `npm run build`.
2020-06-07 13:24:47 -07:00
Joe Pea
31f1a645ee update outdated comment 2020-06-07 12:12:33 -07:00
Joe Pea
41dc2c7d10 ensure that the test script runs a prod build 2020-06-07 11:59:52 -07:00
Joe Pea
dca22f3ced simplify import 2020-06-07 11:27:38 -07:00
Joe Pea
79fe3d5c5e remove some unused code and accept eslint changes 2020-06-07 11:24:54 -07:00
Joe Pea
88033b639e 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 will not create a global variable from it 2020-06-07 11:09:06 -07:00
Joe Pea
1b8a81a016
Merge pull request #1192 from docsifyjs/add-build-error-handling
Add build error handling
2020-05-23 14:20:35 -07:00
Joe Pea
b40baae20f
Merge pull request #1195 from docsifyjs/deprecate-old-globals-and-make-new-single-global
update src/core/index.js to export all global APIs, deprecate old globals…
2020-05-23 14:20:02 -07:00
Joe Pea
7e002bf939 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 2020-05-23 14:10:00 -07:00
Joe Pea
b72cb3d94c add build error handling so builds don't silently fail 2020-05-22 23:59:25 -07:00
Joe Pea
5a5b5aa932 update docs regarding configs as functions 2020-05-22 01:42:40 -07:00
Joe Pea
732c34db55 add editorconfig (tells editors which basic text format to use) 2020-05-22 01:29:36 -07:00
Joe Pea
b4b8bdc93e add tests to make sure the global and plugin APIs are available and that configs can be functions 2020-05-22 01:28:34 -07:00
Joe Pea
f72bf4cc9a allow the user's $docsify config to be a function that receives as input the Docsify instance 2020-05-21 23:36:18 -07:00
Joe Pea
b2e6123980
Update nameLink option docs (#1125) 2020-04-19 21:02:07 +05:30
Luffy
dcb0aaea99
fix: Inconsistent search and body rendering
* fix

* Update search.js

* Update search.js

* Update search.js

* Update search.js

* Update search.js
2020-04-19 19:42:55 +05:30
Anix
39320bb3f4
Merge pull request #1116 from docsifyjs/fix1115
[fix #1115] Image resize in % doesn't work.
2020-04-13 21:19:10 +05:30
koooooo-7
517f0d7dea [fix #1115] Image resize in % doesn't work. 2020-04-13 23:04:34 +08:00
Anix
957609a209
Merge pull request #1099 from docsifyjs/snyk-upgrade-82b6c6427661ce914c39a1be1464a76e
[Snyk] Upgrade docsify from 4.10.2 to 4.11.2
2020-04-03 19:41:59 +05:30
snyk-bot
60b7f89b37 fix: upgrade docsify from 4.10.2 to 4.11.2
Snyk has created this PR to upgrade docsify from 4.10.2 to 4.11.2.

See this package in NPM:
https://www.npmjs.com/package/docsify

See this project in Snyk:
https://app.snyk.io/org/anikethsaha/project/6efe7e04-4e52-497e-8ad5-570733cc577a?utm_source=github&utm_medium=upgrade-pr
2020-03-31 21:31:48 +00:00
anikethsaha
9e62be9d00 chore: add changelog 4.11.3 2020-03-25 14:27:53 +05:30
anikethsaha
a2be53aea7 chore: updated dep and docs 2020-03-25 13:35:34 +05:30
anikethsaha
ab597ca8e0 v4.11.3 v4.11.3 2020-03-24 20:08:55 +05:30
anikethsaha
154abf59a6 fix: digit issue with sidebar (complete REVERT to old method) 2020-03-24 18:47:43 +05:30
Anix
f3a7929f07
chore: update issue template for bug 2020-03-23 21:23:51 +05:30
Anix
d08d1dd9bb
Merge pull request #1073 from nisarhassan12/develop
Gitpod setup enhancements.
2020-03-19 00:12:36 +05:30
Nisar Hassan Naqvi
0eb9708225 [gitpod-setup] fix the preview opening issue. 2020-03-14 07:31:11 +00:00
Nisar Hassan Naqvi
378f151478 [gitpod-setup] remove the build command to make the server startup faster. 2020-03-14 05:13:21 +00:00
Nisar Hassan Naqvi
643850907c update Gitpod description in the Readme. 2020-03-14 05:11:43 +00:00
Nisar Hassan Naqvi
b1acfe458c add gitpod Ready to Code badge in the Readme. 2020-03-14 05:06:45 +00:00
Nisar Hassan Naqvi
d3ec14f06f [gitpod-setup] add VS Code extension for stylus support. 2020-03-14 05:01:23 +00:00
Nisar Hassan Naqvi
8d84bc8562 [gitpod-setup] expose port: 3000 and onOpen: open-preview. 2020-03-14 05:00:19 +00:00
Anix
bbcee36106
Merge pull request #1070 from anikethsaha/anikethsaha/gitpod-setup
Add gitpod config
2020-03-13 12:45:04 +05:30
Anix
184ff51774 Add gitpod config
this commit adds support for Gitpod.io, a free automated
dev environment that makes contributing and generally working on GitHub
projects much easier. It allows anyone to start a ready-to-code dev
environment for any branch, issue and pull request with a single click.
2020-03-13 07:12:17 +00:00
Anix
b62a0c8f3e chore: add changelog 4.11.2 v4.11.2 2020-03-09 21:15:00 +05:30
Anix
a137d38416 [build] 4.11.2 2020-03-09 21:13:36 +05:30
Anix
b4b1033f69 tests: fixed unit tests 2020-03-09 20:50:11 +05:30
Anix
9afa66607d chore: removed circular dep and css.escape 2020-03-09 20:33:07 +05:30
Anix
406670c3d6 fix: fixed rendering of color in coverpage issue 2020-03-09 20:30:01 +05:30
Anix
1811842979 chore: add changelog 4.11.1 v4.11.1 2020-03-09 18:11:20 +05:30
Anix
b7e81f7ff4 [build] 4.11.1 2020-03-09 18:10:33 +05:30
Anix
5f86454175 IMMEDIATE FIX TILL MAJOR FIX IS COMMING FOR CSS.ESCAPE 2020-03-09 18:01:45 +05:30
Anix
df8a248678
chore(CHANGELOG): updated the changelog 2020-03-09 17:44:37 +05:30
Anix
86df3bb32d chore: add changelog 4.11.0 v4.11.0 2020-03-09 17:12:15 +05:30
Anix
ec0409969e [build] 4.11.0 2020-03-09 17:11:29 +05:30
snyk-bot
9981c4361a fix: upgrade prismjs from 1.17.1 to 1.19.0
Snyk has created this PR to upgrade prismjs from 1.17.1 to 1.19.0.

See this package in NPM:
https://www.npmjs.com/package/prismjs

See this project in Snyk:
https://app.snyk.io/org/anikethsaha/project/836f877b-b98e-47ed-89fc-554e9b2e146d?utm_source=github&utm_medium=upgrade-pr
2020-03-09 14:30:21 +05:30
snyk-bot
39ebd73021 fix: upgrade medium-zoom from 1.0.4 to 1.0.5
Snyk has created this PR to upgrade medium-zoom from 1.0.4 to 1.0.5.

See this package in NPM:
https://www.npmjs.com/package/medium-zoom

See this project in Snyk:
https://app.snyk.io/org/anikethsaha/project/836f877b-b98e-47ed-89fc-554e9b2e146d?utm_source=github&utm_medium=upgrade-pr
2020-03-09 14:29:10 +05:30
Snyk bot
78290b2103
fix: upgrade docsify from 4.9.4 to 4.10.2 (#1054)
Snyk has created this PR to upgrade docsify from 4.9.4 to 4.10.2.

See this package in NPM:
https://www.npmjs.com/package/docsify

See this project in Snyk:
https://app.snyk.io/org/anikethsaha/project/6efe7e04-4e52-497e-8ad5-570733cc577a?utm_source=github&utm_medium=upgrade-pr
2020-03-09 14:27:40 +05:30
Kid
5d541dd7d4
improve basic layout style (#884)
* improve basic layout style

* add missing modification
2020-03-09 14:26:05 +05:30
Máté Solymosi
0f1749cb66
chore(scroll): smarter scroll behavior (#744)
authored-by: Mate Solymosi <mate.solymosi.ext@siemens.com>
2020-03-09 14:23:08 +05:30