-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Pre-release]: Tracking changes for pre-release of v4.11.0 #1024
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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
* There are currently {three=>four} themes available. * Remove number
Without the redirect images are not displaying in Amplify after deploying. Once added the redirect all PNGs showed up.
chore: removed the escaping of the name of sidebar
docs: update docs for the `name` option
* 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
chore: added github Actions for CI
strip indent when embedding code fragment
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.
feat: Add a prepare script.
* 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
* chore: add stale bot config @anikethsaha * chore: add `On hold` label to stale bot
…factoring (#820) * method extraction * support for CSS class and id * Update package.json * Added tests for refactored render-methods * minor refactoring
* update max-width 800px to 95% * update to 80%
* fix: document.currentScript reference * fix: merge config
the doc(add a note)
anikethsaha
added
do not merge
pinned
This is to pinned the PR/Issue in order to keep it open
labels
Feb 14, 2020
* chore: added new linter config * chore: linting fixes * chore: refactore in linting config and minor linting fixes
* feat: new option hideSidebar * chore: removed the console logs * chore: linting fixes * chore: test fix
Migrating to snyk webhooks
* 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
Signed-off-by: Martin Mihálek <[email protected]>
authored-by: Mate Solymosi <[email protected]>
* improve basic layout style * add missing modification
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
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
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
FINAL RELEASE OF 4.x
DO NOT MERGE
Changelog Content
name
config option (docs: update docs for thename
option #992)