Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Jun 18, 2023
1 parent 53b2c35 commit fa1afd4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

***Fixed:***

- Properly handle cases where temporary files are on different filesystems

## 0.8.0 - 2023-06-09

***Added:***
Expand Down
1 change: 1 addition & 0 deletions docs/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ The following is not intended to be a complete enumeration. Be sure to view the
## Projects

[Datadog QA](https://github.com/DataDog/ddqa)
| [Hatch](https://github.com/pypa/hatch)
12 changes: 6 additions & 6 deletions hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
detached = true
dependencies = [
"mkdocs~=1.4.0",
"mkdocs-material~=8.5.6",
"mkdocs-material~=9.1.16",
# Plugins
"mkdocs-minify-plugin~=0.5.0",
"mkdocs-git-revision-date-localized-plugin~=1.1.0",
"mkdocs-glightbox~=0.3.0",
"mkdocs-minify-plugin~=0.6.4",
"mkdocs-git-revision-date-localized-plugin~=1.2.0",
"mkdocs-glightbox~=0.3.4",
# https://github.com/jimporter/mike/issues/82#issuecomment-1172913929
"mike @ https://github.com/jimporter/mike/archive/392d57b8bb9d14bcedf2451a0dc302709f8055eb.zip",
# Extensions
"pymdown-extensions~=9.6.0",
"pymdown-extensions~=10.0.1",
# Necessary for syntax highlighting in code blocks
"pygments~=2.13.0",
"pygments~=2.15.1",
# Validation
# https://github.com/linkchecker/linkchecker/pull/669#issuecomment-1267236287
"linkchecker @ git+https://github.com/linkchecker/linkchecker.git@d9265bb71c2054bf57b8c5734a4825d62505c779",
Expand Down
8 changes: 6 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,18 @@ theme:
icon: material/weather-sunny
name: Switch to dark mode
features:
- navigation.sections
- content.action.edit
- content.code.copy
- navigation.expand
- navigation.footer
- navigation.instant
- navigation.sections

nav:
- About: index.md
- Building: build.md
- Runtime behavior: runtime.md
- Configuration: config.md
- Runtime behavior: runtime.md
- Meta:
- Users: users.md
- Changelog: changelog.md
Expand All @@ -55,6 +58,7 @@ plugins:
minify:
minify_html: true
git-revision-date-localized:
strict: false
type: date

markdown_extensions:
Expand Down

0 comments on commit fa1afd4

Please sign in to comment.