Commit Graph

1369 Commits

Author SHA1 Message Date
Anix
1811842979 chore: add changelog 4.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 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
Martin Mihálek
291c99bc38
Migrate relative links to absolute in embedded markdown (#867)
Signed-off-by: Martin Mihálek <aenniw@gmail.com>
2020-03-09 14:21:46 +05:30
Leonardo Rossi
b53ea1e304
Adds option to specify an header height (#1045)
* Adds option to specify an header height

When using a template that has a sticky-header, clicking on the sidebar will
scroll the page under the header.

I added the option `headerHeight` (default = `0`) so that the content div will
be scrolled down that amount of pixels.

* updates documentation and renames variable
2020-03-09 14:19:31 +05:30
Anix
562cd7cb3a
chore(CI): deleting snyk action as github doesnt allow tokens to forks
Migrating to snyk webhooks
2020-03-05 01:16:06 +05:30
anikethsaha
dc43d3c512 feat: added dark mode to docs closes #1031 2020-02-23 12:34:15 +05:30
Anix
c83b7e3c94
chore(CI): added snyk action (#1030) 2020-02-23 01:36:58 +05:30
Anix
b7547f151e
feat: new option hideSidebar (#1026)
* feat: new option hideSidebar

* chore: removed the console logs

* chore: linting fixes

* chore: test fix
2020-02-20 22:19:31 +05:30
Anix
75c72e917b
chore: added new linter config (#1028)
* chore: added new linter config

* chore: linting fixes

* chore: refactore in linting config and minor linting fixes
2020-02-20 14:01:04 +05:30
Anix
a111df9980
chore: documented __colon__ tip (#1025) 2020-02-14 20:41:53 +05:30
Anix
2639be7773
chore(readme): added CI badges and fixed the logo issue 2020-02-14 16:00:41 +05:30
Anix
5f7464af48
chore: migrate CI to github, refactore CI and npm scripts, linting fixes (#1023) 2020-02-14 15:22:53 +05:30
Koy
b3d9b966df
fix: emojis in titles not working correctly and update (#1016)
the doc(add a note)
2020-02-14 12:51:07 +05:30
Ben Liu
0e4cdad73e
fix config initialization and coercion (#861)
* fix: document.currentScript reference

* fix: merge config
2020-02-14 02:03:53 +05:30
orama254
d798a12715
changed the CDN from unpkg to jsDelivr #1020 (#1022)
* changed the CDN from unpkg to jsDelivr #1020

* tweaks after code review of PR #1022 for issue #1020
2020-02-12 17:10:23 +05:30
zhangj
6e9911c1df
update: .markdown-section max-width 800px to 80% (#1017)
* update max-width 800px to 95%

* update to 80%
2020-02-12 17:09:54 +05:30
Anix
92c29acb84
chore(docs) : removed FOSSA badge 2020-02-09 18:54:11 +05:30
Carsten Daurehøj
724ac024dd
feat: added capability to add css class and id to images + links + refactoring (#820)
* method extraction

* support for CSS class and id

* Update package.json

* Added tests for refactored render-methods

* minor refactoring
2020-02-08 21:54:18 +05:30
Luffy
6184e50262
fix: searching table content 2020-02-07 23:39:46 +05:30
Atsushi Tanaka
90a35ab952
Fix #895 (#896)
* Don't replace leading digit

* Install css.escape

* Escape leading digit of the anchor id
2020-02-05 22:23:05 +05:30
cyrilf
2928eb7e55
Ensure autoHeader dom result is similar to parsed H1 (#811) 2020-02-04 22:34:44 +05:30
Anix
b83622e41a
chore(stale): added bug label to exemptlabels 2020-02-04 13:21:08 +05:30
Anix
fc6e3ee9b2
chore(stale): added enhancement label to exemptlabels 2020-02-04 13:19:44 +05:30
cinwell.li
74ee01cb32
chore: add config (#1014)
* chore: add stale bot config

@anikethsaha

* chore: add `On hold` label to stale bot
2020-02-03 13:38:36 +05:30
Moritz Schramm
4419611238 Add undefined check for postcontent in search plugin 2020-02-03 12:44:51 +05:30
Anix
0e54ea1177
[Test] : e2e tests using cypress (#999)
* chore: added cypresss

* chore: added sidebar tests

* chore: script update

* chore: removed cypress examples

* chore: added lib to eslintignore

* chore: script fixes

* chore: updated the snapshot
2020-01-30 17:44:13 +05:30
Anix
a213f98cb0
chore(GH-action): using ubuntu 16 and removed node 8 from CI 2020-01-30 16:41:39 +05:30
Joe Pea
07f6edc9ca
Merge pull request #1010 from docsifyjs/prepare-script
feat: Add a prepare script.
2020-01-27 23:18:37 -08:00
Joe Pea
e566e9c6e7
Merge branch 'develop' into prepare-script 2020-01-27 23:18:22 -08:00
Joe Pea
efbea24de7 feat: Add a prepare script.
This makes it possible to depend on the docsify package using a git commit hash instead of a version number in package.json, and causes the `lib` folder to be built in those cases, otherwise consumers will try to import from a folder that doesn't exist.
2020-01-24 20:02:10 -08:00
Anix
4f486798df
Merge pull request #996 from Fs02/strip-indent-when-embedding-code
strip indent when embedding code fragment
2020-01-11 22:07:27 +05:30
Anix
b3eced395a
Merge pull request #1000 from docsifyjs/github-action-ci
chore: added github Actions for CI
2020-01-09 01:00:56 +05:30
Anix
336908f721
chore: CI workflow fixes 2020-01-09 00:58:27 +05:30
Anix
45d0c3af80
chore: added github Actions for CI 2020-01-09 00:54:39 +05:30
Muhammad Surya
7fb50b95f1 strip indent when embedding code fragment 2020-01-05 11:28:38 +07:00
Giulio Ambrogi
db97a1d22a Eslint fixes for v4x (#989)
* UPDATE .eslintrc

* UPDATE lint task

* FIX lint errors

* CLEANUP

* FIX no-eq-null warning

* FIX many jsdoc warnings

* FIX jsdoc issues

* FIX jsdoc warnings

* FIX jsdoc

* FIX eqeq and no-eq-null

* ADD lint to travis

* UPDATE test env for eslint
2019-12-30 22:01:46 +05:30
Anix
157973c509
Merge pull request #992 from docsifyjs/update-name-doc
docs: update docs for the `name` option
2019-12-30 12:52:13 +05:30
Joe Pea
67a981b8d9
update docs for the name config option 2019-12-29 12:28:26 -08:00
Anix
d60fb7da7b
Merge pull request #991 from anikethsaha/develop
chore: removed the escaping of the name of sidebar
2019-12-28 22:12:16 +05:30
anikethsaha
7d0c164bf5 chore: removed the escaping of the name of sidebar 2019-12-28 22:08:36 +05:30
James George
5b77b0f628 fix: stage modified files as part of pre-commit hook (#985) 2019-12-22 17:18:28 +05:30