Skip to content

Commit

Permalink
Bump chunky stable to 2.4.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Jan 14, 2024
1 parent a9150e1 commit cdd196f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Click on the pencil icon at the top right of any docs page to make small changes

1. Change the working directory to `./ChunkyDocs`.

2. Serve the site for development by using either the command, `CHUNKY_VERSION=20405 python -m mkdocs serve`, or the command, `CHUNKY_VERSION=20500 python -m mkdocs serve`, depending on the version of Chunky for which you want to serve documentation.
2. Serve the site for development by using either the command, `CHUNKY_VERSION=20406 python -m mkdocs serve`, or the command, `CHUNKY_VERSION=20500 python -m mkdocs serve`, depending on the version of Chunky for which you want to serve documentation.

Alternatively, on Windows, you can run either "serve_stable.bat" or "serve_snapshot.bat", depending on the version of Chunky for which you want to build documentation.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ This site uses <a href="https://www.mkdocs.org/" target="_blank">mkdocs</a>. Pyt

- Step 4: If running Windows, simply run "serve_stable.bat" or "serve_snapshot.bat", depending on the version of Chunky for which you want to serve documentation. Otherwise, change the working directory to "./ChunkyDocs".

- Step 5: Serve the site for development by using the either the command, `CHUNKY_VERSION=20405 python -m mkdocs serve`, or the command, `CHUNKY_VERSION=20500 python -m mkdocs serve`, depending on the version of Chunky for which you want to serve documentation.
- Step 5: Serve the site for development by using the either the command, `CHUNKY_VERSION=20406 python -m mkdocs serve`, or the command, `CHUNKY_VERSION=20500 python -m mkdocs serve`, depending on the version of Chunky for which you want to serve documentation.

- Step 6: Build a preview of the final site by using either the command, `CHUNKY_VERSION=20405 python -m mkdocs build`, or the command `CHUNKY_VERSION=20500 python -m mkdocs build`, depending on the version of Chunky for which you want to build documentation. On Windows, first run either the command, `set CHUNKY_VERSION=20405`, or the command, `set CHUNKY_VERSION=20500`, depending on the version of Chunky for which you want to build documentation. Then run the command, `python -m mkdocs serve`.
- Step 6: Build a preview of the final site by using either the command, `CHUNKY_VERSION=20406 python -m mkdocs build`, or the command `CHUNKY_VERSION=20500 python -m mkdocs build`, depending on the version of Chunky for which you want to build documentation. On Windows, first run either the command, `set CHUNKY_VERSION=20406`, or the command, `set CHUNKY_VERSION=20500`, depending on the version of Chunky for which you want to build documentation. Then run the command, `python -m mkdocs serve`.

### With Docker

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ else
sed -i 's/..\/versions.json/\/docs\/versions.json/g' ../docs/snapshot/assets/javascripts/bundle*.min.js
fi

CHUNKY_VERSION=20405 python -m mkdocs build
CHUNKY_VERSION=20406 python -m mkdocs build
cp -r site/* ../docs/
# get the versions from /docs/versions.json instead of the hard-coded ../versions.json
if [[ "$OSTYPE" == "darwin"* ]]; then
Expand Down
2 changes: 1 addition & 1 deletion serve_stable.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CD /d %~dp0/ChunkyDocs

set CHUNKY_VERSION=20405
set CHUNKY_VERSION=20406

python -m mkdocs serve

Expand Down

0 comments on commit cdd196f

Please sign in to comment.