Skip to content

Commit

Permalink
Merge pull request #830 from cachix/remove-insiders
Browse files Browse the repository at this point in the history
remove mkdocs insiders now that blog is part of community
  • Loading branch information
domenkozar authored Sep 23, 2023
2 parents 1f21193 + cb54e54 commit cdac58f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build_cloudflare.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set -xe
pip install git+https://${GH_TOKEN}@github.com/squidfunk/[email protected]
poetry run -- mkdocs build --config-file mkdocs.insiders.yml
poetry install
poetry run -- mkdocs build
1 change: 0 additions & 1 deletion devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

dotenv.enable = true;

# bin/mkdocs serve --config-file mkdocs.insiders.yml
processes.docs.exec = "mkdocs serve";
processes.build.exec = "${pkgs.watchexec}/bin/watchexec -e nix nix build";

Expand Down
2 changes: 0 additions & 2 deletions mkdocs.insiders.yml

This file was deleted.

1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ nav:
- Get Involved: community/get-involved.md
- Contributing: community/contributing.md

# Defined as a dictionary to allow extending plugins in mkdocs.insiders.yml
plugins:
blog: {}
search: {}
Expand Down

0 comments on commit cdac58f

Please sign in to comment.