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
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
cinwell.li
8416275e25
docs: about cache ( #854 )
2019-12-22 17:16:23 +05:30
Rodrigo Asensio
808123bc30
Added a redirect for images to show up in Amplify ( #918 )
...
Without the redirect images are not displaying in Amplify after deploying. Once added the redirect all PNGs showed up.
2019-12-20 17:42:53 +05:30
Thai Pangsakulyanont
daf54b9d36
There are currently {three=>four} themes available. ( #892 )
...
* There are currently {three=>four} themes available.
* Remove number
2019-12-20 17:42:39 +05:30
James George
eea41a1207
feat(chore): configure pre-commit hook ( #983 )
...
* chore: add husky as a devDep
* chore: add lint-staged as a devDep
* configure: pre-commit hook for staged files
* fix: minor tweak
* chore: update glob
2019-12-19 14:08:21 +05:30
anikethsaha
3cd03d480d
chore: add changelog 4.10.2
2019-12-17 03:20:41 +05:30
anikethsaha
9a90b9b927
[build] 4.10.2
2019-12-17 03:19:55 +05:30
Anix
75919f1235
Merge pull request #979 from docsifyjs/opencollective-fix
...
fix: changed the opencollective cli to light
2019-12-17 03:05:08 +05:30
anikethsaha
b0b3de0a66
chore: changed the opencollective cli to light
2019-12-17 02:48:47 +05:30
anikethsaha
589a5732d3
chore: add changelog 4.10.0
2019-12-16 23:00:23 +05:30
anikethsaha
b62b213435
[build] 4.10.0
2019-12-16 22:58:51 +05:30
Anix
a59328719b
Merge pull request #977 from docsifyjs/prerelease
...
Prerelease changes
2019-12-16 22:39:16 +05:30
anikethsaha
4a8f2c5bfa
chore: fixed the npm script and added css build file
2019-12-16 22:32:32 +05:30
Anix
79f8211a45
Merge pull request #965 from docsifyjs/develop
...
Develop -> Master : tracking changes PR
2019-12-16 19:29:09 +05:30
Anix
68327c5c9a
Merge branch 'master' into develop
2019-12-12 20:32:28 +05:30
Anix
1622578045
Merge pull request #974 from Koooooo-7/develop
...
[fix]#972 when 'logo' is set, 'name' is not set correctly inside the 'alt' as same as without 'logo' set.
2019-12-11 13:54:31 +05:30