diff --git a/CHANGELOG.md b/CHANGELOG.md index 9914ec3..a5bf884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +## 5.0.1 - Tue Jun 11 2024 + +### Fixed + +- Documentation fixes. + ## 5.0.0 - Tue Jun 11 2024 ### Breaking Changes diff --git a/dist/docsify-auto-headers.js b/dist/docsify-auto-headers.js index e278105..7b663ec 100644 --- a/dist/docsify-auto-headers.js +++ b/dist/docsify-auto-headers.js @@ -1,4 +1,4 @@ -/*! docsify-auto-headers 5.0.0 | (c) Mark Battistella */ +/*! docsify-auto-headers 5.0.1 | (c) Mark Battistella */ ; (() => { 'use strict'; diff --git a/dist/docsify-auto-headers.min.js b/dist/docsify-auto-headers.min.js index 550db3a..1b678dc 100644 --- a/dist/docsify-auto-headers.min.js +++ b/dist/docsify-auto-headers.min.js @@ -1,2 +1,2 @@ -/*! docsify-auto-headers 5.0.0 | (c) Mark Battistella */ +/*! docsify-auto-headers 5.0.1 | (c) Mark Battistella */ "use strict";function ownKeys(r,e){var t,n=Object.keys(r);return Object.getOwnPropertySymbols&&(t=Object.getOwnPropertySymbols(r),e&&(t=t.filter(function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable})),n.push.apply(n,t)),n}function _objectSpread(r){for(var e=1;e=e.length?{done:!0}:{done:!1,value:e[a++]}},e:function(e){throw e},f:r};throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _toConsumableArray(e){return _arrayWithoutHoles(e)||_iterableToArray(e)||_unsupportedIterableToArray(e)||_nonIterableSpread()}function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _iterableToArray(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function _arrayWithoutHoles(e){if(Array.isArray(e))return _arrayLikeToArray(e)}function _slicedToArray(e,r){return _arrayWithHoles(e)||_iterableToArrayLimit(e,r)||_unsupportedIterableToArray(e,r)||_nonIterableRest()}function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray(e,r){var t;if(e)return"string"==typeof e?_arrayLikeToArray(e,r):"Map"===(t="Object"===(t={}.toString.call(e).slice(8,-1))&&e.constructor?e.constructor.name:t)||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(e,r):void 0}function _arrayLikeToArray(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,n=Array(r);t> ".concat(r)),m=!1,null}function h(e,r){if("number"!=typeof e&&("object"!==_typeof(e)||null===e))return y(r.debug,u);function t(e,r,t){return r<=e&&e<=t}var n,o;if("number"==typeof e)n=1,o=e;else if("object"===_typeof(e)){if(n=e.start,o=e.finish,"number"!=typeof n||"number"!=typeof o)return y(r.debug,s);if(o)?/))?(n=n.substring(t[0].length),{headingSignifier:t[1],markdown:n}):y(r.debug,b);if(t){var n=t.headingSignifier,o=(e=t.markdown,h(w.levels,p));if(o){var a=d(n,p);if(a){var i,u={},s=_createForOfIteratorHelper(Object.keys(o).entries());try{for(s.s();!(i=s.n()).done;){var c=_slicedToArray(i.value,2),l=c[0],f=c[1];u[f]=_objectSpread(_objectSpread({},o[f]),a[l])}}catch(e){s.e(e)}finally{s.f()}p.levels=u}}}}return e}),p.sidebar?e.beforeEach(function(r,e){var t;try{t=n(p.levels,p,r,"markdown"),m||(t=r)}catch(e){t=r,console.warn(e.message)}finally{e(t)}}):e.afterEach(function(r,e){var t;try{t=n(p.levels,p,r,"html"),m||(t=r)}catch(e){t=r,console.warn(e.message)}finally{e(t)}}))}var _={separator:".",sidebar:!1,levels:6,debug:!1};window&&(window.$docsify=window.$docsify||{},window.$docsify.autoHeaders=Object.assign(_,window.$docsify.autoHeaders),window.$docsify.plugins=(window.$docsify.plugins||[]).concat(e))}(); \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 3d65ff4..71b7188 100644 --- a/docs/index.html +++ b/docs/index.html @@ -41,9 +41,9 @@ name: 'Mark Battistella', url: 'https://github.com/markbattistella', copyYear: '2010', - policy: 'site/policy', - terms: 'site/terms', - cookies: 'site/cookies', + policy: 'data/policy', + terms: 'data/terms', + cookies: 'data/cookies', customStyle: 'body' } diff --git a/package.json b/package.json index bc20b3b..1da7798 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@markbattistella/docsify-autoheaders", - "version": "5.0.0", + "version": "5.0.1", "description": "Auto header numbering for docsify.js", "main": "./dist/docsify-auto-headers.min.js", "repository": {