1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00
Commit Graph

4194 Commits

Author SHA1 Message Date
squidfunk
5ddeafbf4e Move building of overrides into new task 'build:all' 2022-04-09 23:23:13 +02:00
squidfunk
e1546745db Fixed order of operators in build process 2022-04-09 17:24:24 +02:00
squidfunk
2c298e5f50 Updated dependencies 2022-04-09 17:17:26 +02:00
squidfunk
007cbf845c Prepare 8.2.9 release 2022-04-08 22:27:38 +02:00
squidfunk
d30cf5bd13 Revert last commit 2022-04-08 16:18:33 +02:00
squidfunk
f013fc6fbe Grant write permissions to documentation workflow 2022-04-08 16:18:03 +02:00
squidfunk
a03650f471 Grant write permissions to documentation workflow 2022-04-08 16:14:50 +02:00
dependabot[bot]
89e479d482
Bump minimist from 1.2.5 to 1.2.6 (#3805)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-08 15:58:33 +02:00
neilnaveen
1479e696c3
Added permissions for GitHub actions (#3804)
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions

https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions

https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs

[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)

 Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.

Signed-off-by: neilnaveen <42328488+neilnaveen@users.noreply.github.com>
2022-04-08 15:44:43 +02:00
squidfunk
cc0f7a914a Fixed incorrectly computed header height when using instant loading 2022-04-07 22:20:32 +02:00
squidfunk
d926bb4c27 Added button to view source of every page 2022-04-07 19:18:50 +02:00
squidfunk
52adc006ba Documentation 2022-04-06 20:59:11 +02:00
Chris White
dd2268f7ac
Added alternate syntax to Insider plugins example (#3783)
* Add warning about merging sections between files

* Use full example with alternative syntax

* Revert accidentally commited changes

* Revert another accidental commit
2022-04-06 20:45:44 +02:00
squidfunk
8264e338fb Always render table of contents container (except when hidden) 2022-04-06 09:25:34 +02:00
squidfunk
c450d16db6 Fixed admonition example after latest revert 2022-04-05 14:02:00 +02:00
squidfunk
0f7e9fad0b Fixed bleeding admonitions in Firefox 2022-04-04 17:49:32 +02:00
squidfunk
c5e1cd7082 Documentation 2022-04-04 12:05:23 +02:00
squidfunk
4381c5963b Added missing mention of Attribute Lists extension to icon documentation 2022-04-04 12:02:44 +02:00
squidfunk
00f40928cf Updated dependencies and pinned cssnano due to OOM 2022-04-04 09:53:56 +02:00
squidfunk
e1577e6748 Switched to unpkg.com as a CDN for tablesort 2022-04-04 09:46:22 +02:00
squidfunk
b11a4741c3 Switched to unpkg.com as a CDN for tablesort 2022-04-04 09:40:31 +02:00
squidfunk
92dc0375dc Replaced deprecated RxJS operators 2022-04-02 18:36:59 +02:00
squidfunk
f4f9c21d32 Fixed search suggestions not triggered on query parameter 2022-04-02 17:19:28 +02:00
squidfunk
888c48a43a Updated changelog 2022-04-02 15:48:25 +02:00
squidfunk
27efd1dd61 Added notes on configuration inheritance to all Insiders plugins 2022-04-02 15:31:38 +02:00
squidfunk
e93ce257c3 Documentation 2022-04-02 15:19:49 +02:00
squidfunk
bd7d0db75a Documentation 2022-04-02 15:10:50 +02:00
squidfunk
3adf71550c Documentation 2022-04-02 14:42:13 +02:00
squidfunk
efbd228472 Documentation 2022-04-02 14:09:11 +02:00
squidfunk
8f6aa2b6c3 Added note on multiple languages 2022-04-02 14:04:30 +02:00
squidfunk
51fd6e0b52 Updated tablesort version 2022-04-02 13:47:27 +02:00
squidfunk
5b39c9ce7f Documentation 2022-04-02 13:47:15 +02:00
squidfunk
33b78073f3 Documentation 2022-04-02 13:22:14 +02:00
squidfunk
1737413dba Added documentation for conventions 2022-04-01 19:01:13 +02:00
squidfunk
9f01a6664b Added documentation for changing annotation width 2022-04-01 17:55:19 +02:00
squidfunk
d4c80075e8 Mitigate flicker on color palette switch by disabling all transitions 2022-04-01 17:18:24 +02:00
squidfunk
041e95b505 Mitigate flicker on code blocks when switching color scheme 2022-04-01 16:57:26 +02:00
squidfunk
c86a724d5b Documentation 2022-04-01 09:52:33 +02:00
squidfunk
20c8f566fe Merge branch 'master' of github.com:squidfunk/mkdocs-material 2022-03-30 17:57:07 +02:00
squidfunk
c5a06c1d82 Fixed bleeding admonitions in Firefox 2022-03-30 17:57:00 +02:00
dependabot[bot]
ffb21e9d05
Bump actions/cache from 2 to 3 (#3780)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-28 18:02:07 +02:00
squidfunk
4e8fe042b8 Unpin svgo dependency 2022-03-28 17:59:34 +02:00
squidfunk
c74e5de947 Updated svgo 2022-03-28 17:58:05 +02:00
squidfunk
e34dbaf1dd Updated dependencies 2022-03-28 17:50:26 +02:00
squidfunk
26f2778f56 Removed prefix from animation 2022-03-27 16:49:19 +02:00
squidfunk
8e370d97c8 Updated Insiders changelog 2022-03-27 15:56:47 +02:00
squidfunk
ce43e6ae9d Prepare 8.2.8 release 2022-03-27 14:25:25 +02:00
squidfunk
e96f07ae3d Added documentation for card grids 2022-03-27 14:01:30 +02:00
squidfunk
7418e7961a Updated screenshot 2022-03-27 08:41:26 +02:00
dependabot[bot]
7b1d1cc72b
Bump ansi-regex from 4.1.0 to 4.1.1 (#3769)
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-26 21:37:59 +01:00