Skip to content
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

[pull] master from squidfunk:master #1

Open
wants to merge 1,281 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 31, 2024

  1. Updated dependencies

    squidfunk committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    f2bfab9 View commit details
    Browse the repository at this point in the history
  2. Prepare 9.5.16 release

    squidfunk committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    6c9ba87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29cf44b View commit details
    Browse the repository at this point in the history
  4. Updated changelog

    squidfunk committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    0db4e66 View commit details
    Browse the repository at this point in the history
  5. Updated Insiders changelog

    squidfunk committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    8956524 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e71f00b View commit details
    Browse the repository at this point in the history
  7. Updated slugify documentation

    Unicode, case-sensitive reference setting causes error below.
    
    ```
    yaml.constructor.ConstructorError: expected a mapping node, but found scalar
    ```
    
    Update related sections in the documentation to address this issue.
    
    Newer Python-Markdown has `slugify_unicode` built-in, so this
    
    ```yaml
    markdown_extensions:
      - toc:
          slugify: !!python/name:markdown.extensions.toc.slugify_unicode
    ```
    
    also works for case-insensitive use cases.
    
    Fixes: ee1e675 ("Update slug reference")
    kuanyili authored and squidfunk committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    7d6d8d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Fix typos

    deining committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    7e13ae6 View commit details
    Browse the repository at this point in the history
  2. Documentation

    Fix typos
    squidfunk authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    e741f80 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    1041766 View commit details
    Browse the repository at this point in the history
  2. Updated Serbian translations

    Co-authored-by: stcksmsh <[email protected]>
    squidfunk and stcksmsh committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a3655e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78e93ac View commit details
    Browse the repository at this point in the history
  4. Prepare 9.5.17 release

    squidfunk committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    570161a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Updated Insiders changelog

    squidfunk committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    68126ab View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. chore: fix comment

    Signed-off-by: hanghuge <[email protected]>
    hanghuge authored and squidfunk committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    e4eb74e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e8ed32 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Updated dependencies

    squidfunk committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    cd08611 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    9d33f8a View commit details
    Browse the repository at this point in the history
  2. Updated dependencies

    squidfunk committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    5707773 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4eb1a43 View commit details
    Browse the repository at this point in the history
  4. Refactored tooltips

    squidfunk committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    e15518c View commit details
    Browse the repository at this point in the history
  5. Fixed overly long tooltips

    squidfunk committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    599193e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    851e5bb View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    29658ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f028004 View commit details
    Browse the repository at this point in the history
  3. Prepare 9.5.18 release

    squidfunk committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    3b592ab View commit details
    Browse the repository at this point in the history
  4. Documentation (#7054)

    alexvoss authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    324ccdb View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    6a761ed View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    992e882 View commit details
    Browse the repository at this point in the history
  2. Documentation (#7058)

    SimonMarquis authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    5f40a53 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    aaa7ce8 View commit details
    Browse the repository at this point in the history
  2. Updated MkDocs to 1.6.0

    squidfunk committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    8b8cd3b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    5d29ddc View commit details
    Browse the repository at this point in the history
  2. Documentation (#7092)

    johnthagen authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    dca9c27 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Fixed Japanese translations

    Co-authored-by: gh640 <[email protected]>
    squidfunk and gh640 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    bde889f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04f177c View commit details
    Browse the repository at this point in the history
  3. Updated distribution files

    squidfunk committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    254ee97 View commit details
    Browse the repository at this point in the history
  4. Updated dependencies

    squidfunk committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    374bbab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d98243d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d07a6a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0203408 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2585b82 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #7082 from squidfunk/chore/update-to-mkdocs-1.6

    Updated MkDocs to 1.6.0
    squidfunk authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    023e177 View commit details
    Browse the repository at this point in the history
  10. Prepare 9.5.19 release

    squidfunk committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0a39f04 View commit details
    Browse the repository at this point in the history
  11. Updated Insiders changelog

    squidfunk committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2e1e109 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Updated Insiders changelog

    squidfunk committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    222d9e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d901a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Documentation (#7103)

    * added note on importance of site_url
    
    this was in response to
    #4678 (comment)
    
    * re-wording to say why site_url is always needed
    alexvoss authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    c427e1c View commit details
    Browse the repository at this point in the history
  2. Documentation (#7112)

    Andre601 authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    4001083 View commit details
    Browse the repository at this point in the history
  3. Documentation (#7102)

    alexvoss authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    57d82dc View commit details
    Browse the repository at this point in the history
  4. Documentation

    squidfunk committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    2dd88ae View commit details
    Browse the repository at this point in the history
  5. Documentation

    squidfunk committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    edcc536 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    cff4a75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff49d74 View commit details
    Browse the repository at this point in the history
  3. Fixed social plugin crashing on Windows when downloading fonts (#7085) (

    #7117)
    
    * fix: social plugin fonts on Windows (squidfunk #7085)
    
    * fix: managed to edit in material instead of src
    
    * added resource mgmt for ByteIO, comments
    
    * formatted comment
    
    * Fix for Social plugin crashes when font autoloading is disabled (#7118)
    alexvoss authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e90871f View commit details
    Browse the repository at this point in the history
  4. Updated dependencies

    squidfunk committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4752779 View commit details
    Browse the repository at this point in the history
  5. Prepare 9.5.20 release

    squidfunk committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    5cb3117 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    f724bb9 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    75d87ea View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7142 from kamilkrzyskow/info-dotfile-warning

    Add warning for dotfiles in info plugin
    kamilkrzyskow authored May 3, 2024
    Configuration menu
    Copy the full SHA
    0e0a678 View commit details
    Browse the repository at this point in the history
  3. Updated JSON schema (#7150)

    Since mkdocs/mkdocs#92 for mkdocs/mkdocs#91, an extra_javascript item does not necessarily have to end in *.js; e.g. in enola-dev/enola#669 I have a extra_javascript: - https://unpkg.com/mustache@latest, which this flags up as wrong - although it's not (it works great); ergo it's better to remove this constraint.
    vorburger authored May 3, 2024
    Configuration menu
    Copy the full SHA
    b0c5fe6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aef6175 View commit details
    Browse the repository at this point in the history
  5. Prepare 9.5.21 release

    squidfunk committed May 3, 2024
    Configuration menu
    Copy the full SHA
    d1161b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05661a1 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Documentation (#6937)

    This is consistent with how we fetch Mermaid.js and automatically picks
    the latest minor version.
    vedranmiletic authored May 5, 2024
    Configuration menu
    Copy the full SHA
    0de8be2 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    b1185aa View commit details
    Browse the repository at this point in the history
  2. Updated dependencies

    squidfunk committed May 6, 2024
    Configuration menu
    Copy the full SHA
    1c7e954 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1336ae View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Documentation (#7166)

    I found it difficult to find the instructions for setting up a
    development environment with my usual GitHub habits. In fact, I assumed
    they don't exist and missed the very helpful information.
    
    I hope that this commit will help others find them.
    ilyagr authored May 9, 2024
    Configuration menu
    Copy the full SHA
    bd708f1 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    937d7cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceacfe5 View commit details
    Browse the repository at this point in the history
  3. Updated dependencies

    squidfunk committed May 12, 2024
    Configuration menu
    Copy the full SHA
    78fd41a View commit details
    Browse the repository at this point in the history
  4. Prepare 9.5.22 release

    squidfunk committed May 12, 2024
    Configuration menu
    Copy the full SHA
    b2b6571 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Updated dependencies

    squidfunk committed May 13, 2024
    Configuration menu
    Copy the full SHA
    aa48be3 View commit details
    Browse the repository at this point in the history
  2. Documentation (#7178)

    * Update philosophy.md
    
    * Update philosophy.md
    baseplate-admin authored May 13, 2024
    Configuration menu
    Copy the full SHA
    5872958 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Updated Cairo and pngquant installation instructions for Windows (#7163)

    Instead of installing GTK+ and installing from source, suggested
    installing MSYS2 and obtaining Cairo built for UCRT64 via its Pacman.
    vedranmiletic authored May 14, 2024
    Configuration menu
    Copy the full SHA
    d68db58 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    485fa76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc398dd View commit details
    Browse the repository at this point in the history
  3. Documentation

    squidfunk committed May 15, 2024
    Configuration menu
    Copy the full SHA
    3a27c80 View commit details
    Browse the repository at this point in the history
  4. Prepare 9.5.23 release

    squidfunk committed May 15, 2024
    Configuration menu
    Copy the full SHA
    bb6c698 View commit details
    Browse the repository at this point in the history
  5. Documented for scope setting

    Co-authored-by: Bizordec <[email protected]>
    squidfunk and Bizordec committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f494840 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    407335d View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Updated dependencies

    squidfunk committed May 19, 2024
    Configuration menu
    Copy the full SHA
    72caddf View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Prepare 9.5.24 release

    squidfunk committed May 20, 2024
    Configuration menu
    Copy the full SHA
    a5cc069 View commit details
    Browse the repository at this point in the history
  2. Updated Insiders changelog

    squidfunk committed May 20, 2024
    Configuration menu
    Copy the full SHA
    721eefb View commit details
    Browse the repository at this point in the history
  3. Updated Insiders changelog

    squidfunk committed May 20, 2024
    Configuration menu
    Copy the full SHA
    d0be598 View commit details
    Browse the repository at this point in the history
  4. Documentation

    squidfunk committed May 20, 2024
    Configuration menu
    Copy the full SHA
    e8478d9 View commit details
    Browse the repository at this point in the history
  5. Updated Insiders changelog

    squidfunk committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7368c7f View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    05af898 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    1b346eb View commit details
    Browse the repository at this point in the history
  2. Created new and better Insiders documentation (#7210)

    * Updated Insiders documentation
    
    * Updated Insiders documentation
    katharinalisalin authored May 24, 2024
    Configuration menu
    Copy the full SHA
    86d3729 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Documentation

    squidfunk committed May 25, 2024
    Configuration menu
    Copy the full SHA
    09f817d View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Updated dependencies

    squidfunk committed May 27, 2024
    Configuration menu
    Copy the full SHA
    0ee1110 View commit details
    Browse the repository at this point in the history
  2. Prepare 9.5.25 release

    squidfunk committed May 27, 2024
    Configuration menu
    Copy the full SHA
    c8ee11f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Added blog and social cards tutorials (#7014)

    * added tutorials page and blog tutorial
    
    * proof reading, some language improvements
    
    * split blog tutorial into parts
    
    and reworked on the basis of comments, improved language, added missing
    things
    
    * + custom slugify function example
    
    * +blog tutorial on engagement
    
    * + section blog ToC
    
    * + instructions for X/FB share buttons and started discussion system
    
    * fix: module name `code` shadowed Python standard library module
    
    * added What's next section
    
    * +blog tutorial engagement part
    
    * fix: updated Giscus code snippet
    
    * trying multiple tutorials with headings for each group
    
    * + basic social cards tutorial
    
    * + custom social card tutorial
    
    * + estimated time for custom card tutorial
    
    * added tutorial sections to nav
    
    * fixed typos, removed sponsor icon from level one heading
    
    * removed "tutorial" from level one heading
    
    * added headings to custom layout example
    
    * fixed broken link
    
    * fixes after run-through, added links to template repos
    
    * added comment for @squidfunk
    
    * clarified use of logos, some proof-reading
    
    * removed question I left for @squidfunk
    
    * clarified relationship between background color and image
    
    * added override for the background image
    
    * fixed wording and indentation
    
    * changed example to be releases, not events
    
    * being more specific where to add the last bit of code in the layout
    
    ---------
    
    Co-authored-by: squidfunk <[email protected]>
    alexvoss and squidfunk authored May 28, 2024
    Configuration menu
    Copy the full SHA
    50d7c54 View commit details
    Browse the repository at this point in the history
  2. Documentation

    squidfunk committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4a2cb48 View commit details
    Browse the repository at this point in the history
  3. Updated custom styles

    squidfunk committed May 28, 2024
    Configuration menu
    Copy the full SHA
    6c3f846 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Documentation (#7221)

    alexvoss authored May 29, 2024
    Configuration menu
    Copy the full SHA
    2412a1b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    0fc36a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Updated dependencies

    squidfunk committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    5bd843b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49ebb9b View commit details
    Browse the repository at this point in the history
  3. Added distribution files

    squidfunk committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c182598 View commit details
    Browse the repository at this point in the history
  4. Updated dependencies

    squidfunk committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    b5b7e9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cc45d5 View commit details
    Browse the repository at this point in the history
  6. Prepare 9.5.26 release

    squidfunk committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    0d5a08c View commit details
    Browse the repository at this point in the history
  7. Updated changelog

    squidfunk committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    f887197 View commit details
    Browse the repository at this point in the history
  8. Updated Premium sponsors

    squidfunk committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    0c54a88 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Updated dependencies

    squidfunk committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ccc8d84 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    4ba7a6d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Changed Twitter to X (#7266)

    Updates the icon and saves a HTTP redirect too
    coliff authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b45c51d View commit details
    Browse the repository at this point in the history
  2. Updated Estonian translations

    Co-authored-by: Eilyre <[email protected]>
    squidfunk and Eilyre committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f4db9de View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Updated dependencies

    squidfunk committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    9e1f527 View commit details
    Browse the repository at this point in the history
  2. Prepare 9.5.27 release

    squidfunk committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    f4adebd View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    11f339e View commit details
    Browse the repository at this point in the history
  2. Updated Premium sponsors

    squidfunk committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8e9e112 View commit details
    Browse the repository at this point in the history
  3. Updated Premium sponsors

    squidfunk committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    448b9b8 View commit details
    Browse the repository at this point in the history
  4. Documentation

    squidfunk committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2099026 View commit details
    Browse the repository at this point in the history
  5. Documentation

    squidfunk committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    bb20fc0 View commit details
    Browse the repository at this point in the history
  6. Documentation

    squidfunk committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f1ffead View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Updated README

    squidfunk committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    610be26 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Updated dependencies

    squidfunk committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    eff555a View commit details
    Browse the repository at this point in the history
  2. Switched to ES2018 target

    squidfunk committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b048469 View commit details
    Browse the repository at this point in the history
  3. Bump docker/build-push-action from 5 to 6

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and squidfunk committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    436860f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    12a8e82 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    845fc61 View commit details
    Browse the repository at this point in the history
  2. Updated dependencies

    squidfunk committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    fa04d0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5fd98c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Prepare 9.5.28 release

    squidfunk committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    1b78c2c View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Updated premium sponsors

    squidfunk committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    73d50aa View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Documentation

    Simple Icons has removed all Microsoft related icons:
    
    - simple-icons/simple-icons#10019
    SimonMarquis authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    36e5263 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Added npm run fix to fix ESLint errors (#7337)

    This is the most helpful command I have figured out so far.
    
    Let me know if there is a better way to fix formatting errors, e.g. an
    auto-formatting tool you use.
    ilyagr authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    be7ab8a View commit details
    Browse the repository at this point in the history
  2. Updated dependencies

    squidfunk committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f5fea7c View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Documentation

    squidfunk committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    5d1f77c View commit details
    Browse the repository at this point in the history
  2. Updated Galician translations

    Co-authored-by: mmontes11 <[email protected]>
    squidfunk and mmontes11 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c7c8fcb View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Documentation (#7361)

    Just a typo.
    MrEddX authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    672c403 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33452c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Prepare 9.5.29 release

    squidfunk committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    4f8081c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    6b13c56 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    906e966 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Updated dependencies

    squidfunk committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    914bed2 View commit details
    Browse the repository at this point in the history
  2. Fixed link in comment

    squidfunk committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a798a0d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Prepare 9.5.30 release

    squidfunk committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    557a3d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    627eb88 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Updated dependencies

    squidfunk committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    32cf9eb View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Updated dependencies

    squidfunk committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    0e2195d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Prepare 9.5.31 release

    squidfunk committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    a5438a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Added support for fetching latest release from GitLab (#7418)

    * Fetch version for GitLab repositories
    
    * Update documentation about repositories
    
    * Fix code formatting
    joaopalmeiro authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    fde6040 View commit details
    Browse the repository at this point in the history
  2. Updated dependencies

    squidfunk committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d5363ad View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Updated dependencies

    squidfunk committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    68332de View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Added new blog post

    squidfunk committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    22bb926 View commit details
    Browse the repository at this point in the history
  2. Updated blog post

    squidfunk committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    abb8f33 View commit details
    Browse the repository at this point in the history
  3. Updated dependencies

    squidfunk committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    5bc9d32 View commit details
    Browse the repository at this point in the history
  4. Updated blog post

    squidfunk committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    89c1d1c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a06cf10 View commit details
    Browse the repository at this point in the history
  6. Prepare 9.5.32 release

    squidfunk committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    4030f53 View commit details
    Browse the repository at this point in the history
  7. Updated blog post

    squidfunk committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    7a770dc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e5c9575 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    42ab11f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47f7f63 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    2445537 View commit details
    Browse the repository at this point in the history
  2. Updated blog post

    squidfunk committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e1c1bad View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Updated premium sponsors

    squidfunk committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    8ee7137 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Updated dependencies

    squidfunk committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    4104faf View commit details
    Browse the repository at this point in the history
  2. Prepare 9.5.33 release

    squidfunk committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    a91ee70 View commit details
    Browse the repository at this point in the history
  3. Unpinned svgo dependency

    squidfunk committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    80ae560 View commit details
    Browse the repository at this point in the history
  4. Fixed error in build script

    squidfunk committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    cafd67b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b12816 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f88c436 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    d3b1792 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Updated dependencies

    squidfunk committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6f3c05b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Prepare 9.5.34 release

    squidfunk committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    7d6096a View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Updated dependencies

    squidfunk committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    d95e0e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    548ad38 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Updated dependencies

    squidfunk committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8df393d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Updated publishing-your-site.md (#7525)

    This commit replaces several outdated links in the documentation with updated URLs to ensure users have access to the latest and correct resources.
    jeremy-feng authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    0eb9f65 View commit details
    Browse the repository at this point in the history
  2. Updated Insiders changelog

    squidfunk committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    a916360 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Documentation (#7527)

    boegel authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    8ea81e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Updated dependencies

    squidfunk committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    7faa464 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    8925cae View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Prepare 9.5.35 release

    squidfunk committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c589327 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    909b2a6 View commit details
    Browse the repository at this point in the history
  3. Updated Insiders section (#7540)

    * Fixed links and wording
    
    * Fixed links and wording
    katharinalisalin authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c6286de View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Documentation

    squidfunk committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    67f1752 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    b655e07 View commit details
    Browse the repository at this point in the history
  2. Removed unused import

    squidfunk committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    22ff858 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85d6091 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68b6758 View commit details
    Browse the repository at this point in the history
  5. Updated dependencies

    squidfunk committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    57765c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Updated dependencies

    squidfunk committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    bbb76b8 View commit details
    Browse the repository at this point in the history
  2. Prepare 9.5.36 release

    squidfunk committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    71b64f4 View commit details
    Browse the repository at this point in the history
  3. Fixed ordered list markers

    squidfunk committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    43a22b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    06fe18a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Updated dependencies

    squidfunk committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    573d23d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Documentation (#7557)

    Line 15: corrected misspelled word "indend" to "intend".
    RRC-ETO authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    fd98413 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Prepare 9.5.37 release

    squidfunk committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    84ddbba View commit details
    Browse the repository at this point in the history
  2. Added Albanian translations

    Co-authored-by: gerardkraja <[email protected]>
    squidfunk and gerardkraja committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    74ca234 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Prepare 9.5.38 release

    squidfunk committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    117250a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50a15be View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    aeb9492 View commit details
    Browse the repository at this point in the history
  2. Adjusted code copy button documentation

    Co-authored-by: thorstenpeter-sophos <[email protected]>
    squidfunk and thorstenpeter-sophos committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    56fdb28 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Updated dependencies

    squidfunk committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    187705e View commit details
    Browse the repository at this point in the history
  2. Prepare 9.5.39 release

    squidfunk committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    70db88f View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Documentation

    squidfunk committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e1b817a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c742ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06490f1 View commit details
    Browse the repository at this point in the history
  4. Updated Latvian translations

    Co-authored-by: klejejs <[email protected]>
    squidfunk and klejejs committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    92bb867 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    413e188 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34749ed View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7582 from yanyongyu/schema/validation-anchors

    Added `anchors` to `validation` in JSON schema
    squidfunk authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ffcabca View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    a83d44a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Updated dependencies

    squidfunk committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    25b2107 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    2014b63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9be026 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0c99d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Documentation (#7604)

    mrsmrynk authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    10177cc View commit details
    Browse the repository at this point in the history
  2. Documentation

    squidfunk committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    cf2b39d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Fixed social cards not using site name on homepage (#7608)

    Use `config.site_name` instead of `page.title`.
    pekkaklarck authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    829d1c8 View commit details
    Browse the repository at this point in the history
  2. Prepare 9.5.40 release

    squidfunk committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    921e522 View commit details
    Browse the repository at this point in the history
  3. Documentation

    squidfunk committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    47fc7d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Documentation (#7613)

    jk4e authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    622194e View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Updated dependencies

    squidfunk committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    6f703c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    39d14d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92089c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e29e124 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Updated README.md (#7618)

    jk4e authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0418a22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    649abd2 View commit details
    Browse the repository at this point in the history
  3. JSON schema (#7622)

    mschoettle authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    790b0e8 View commit details
    Browse the repository at this point in the history
  4. Updated dependencies

    squidfunk committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    2d2e041 View commit details
    Browse the repository at this point in the history
  5. Prepare 9.5.41 release

    squidfunk committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5eef815 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2c621f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    cc1508f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Updated README.md (#7631)

    * Add more Projects using Material for Mkdocs to README.md
    
    * Remove PySimpleGUI no longer open source
    jk4e authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    ade227c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Prepare 9.5.42 release

    squidfunk committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    f3a390e View commit details
    Browse the repository at this point in the history
  2. Updated dependencies

    squidfunk committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    9aebe14 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Documentation (#7633)

    Minor spelling fix.
    bentleycook authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    198a680 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Updated dependencies

    squidfunk committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    1357cd2 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    7dc96f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4918a10 View commit details
    Browse the repository at this point in the history
  3. Documentation

    * Updated images documentation to include pymdownx.blocks.caption extension
    
    * put back HTML figure in image caption docs
    
    * fix typo in image captions
    joapuiib authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    f82a345 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Prepare 9.5.43 release

    squidfunk committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    8a60b49 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Updated dependencies

    squidfunk committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ac3315f View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    eb63b60 View commit details
    Browse the repository at this point in the history
  2. Prepare 9.5.44 release

    squidfunk committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    aa4ef56 View commit details
    Browse the repository at this point in the history
  3. Documentation

    squidfunk committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    7994bbf View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Documentation (#7679)

    Should publish new blog post not public new blog post
    peterbarber authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    117e35d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ec2ee0 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Updated dependencies

    squidfunk committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    01585d1 View commit details
    Browse the repository at this point in the history
  2. Documentation (#7693)

    Update basic.md
    alina-derkach-oaza authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    1cec53f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d56a9dd View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Updated README

    squidfunk committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c4edbbc View commit details
    Browse the repository at this point in the history