Skip to content

Commit

Permalink
some file cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-noland committed Oct 25, 2024
1 parent 1518f66 commit 664180e
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 466 deletions.
22 changes: 0 additions & 22 deletions Makefile

This file was deleted.

9 changes: 0 additions & 9 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,17 @@

buildDeps = pkgs: (with pkgs; [
bash
bash-completion
coreutils
git
mdbook
mdbook-admonish
mdbook-katex
mdbook-mermaid
mdbook-plantuml
pandoc # needed for mdbook-citeproc to work (runtime exe dep)
plantuml # needed for mdbook-plantuml to work (runtime exe dep)
]) ++ [
mdbook-citeproc
mdbook-alerts
];

shell = pkgs.buildFHSUserEnv {
name = "${project-name}-shell";
targetPkgs = buildDeps;
};

design-docs = pkgs.stdenv.mkDerivation {
name = "${project-name}-design-docs";
src = ./design-docs/src/mdbook;
Expand Down
27 changes: 0 additions & 27 deletions design-docs/src/mdbook/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,35 +22,8 @@ no-css = true
trust = true
strict = false

[preprocessor.citeproc]

after = ["links"]

bibliography = "sources/sources.bib"
bibliography-style = "./theme/bibliography-style.csl"

backtick_code_blocks = "preserve"
bracketed_spans = "transpile"
citations = "transpile"
definition_lists = "preserve"
emoji = "transpile"
fenced_code_attributes = "preserve"
fenced_code_blocks = "preserve"
fenced_divs = "transpile"
footnotes = "preserve"
hard_line_breaks = "preserve"
inline_notes = "preserve"
mark = "preserve"
markdown_in_html_blocks = "preserve"
link_attributes = "transpile"
task_lists = "preserve"

[preprocessor.alerts]

[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install`

[output]

[output.html]
Expand Down
Loading

0 comments on commit 664180e

Please sign in to comment.