Skip to content

Commit

Permalink
fix errors in index files
Browse files Browse the repository at this point in the history
  • Loading branch information
spielhuus committed Apr 7, 2024
1 parent bffbfb2 commit fccaea8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions module.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@ MARKDOWN_TARGET_PATH = ../../content/post/$(NAME)
debug ?=
ifdef debug
DEBUG=ELEKTRON_DEBUG=true
RUST_LEVEL=debug
else
RUST_LEVEL=info
endif

BUILD_DEPS ?=
ifdef debug
BUILD_DEPS=true
RUST_LEVEL=debug
else
BUILD_DEPS=false
RUST_LEVEL=info
endif

.PHONY: all help test doc clean
Expand Down
2 changes: 1 addition & 1 deletion src/equalizer/index.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ references:
```{elektron, command="drc", input=["main", "mount"]}```
```{elektron, command="schema", input=["main", "mount"], border=TRUE, theme="Kicad2000"}```
```{elektron, command="pcb", input=["main", "mount", "panel"], border=TRUE}```
```{elektron, command="gerber", input=["main", "mount" "panel"]}```
```{elektron, command="gerber", input=["main", "mount", "panel"]}```
---

# Construction
Expand Down
2 changes: 1 addition & 1 deletion src/summe/index.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ references:
```{elektron, command="bom", input=["main"], group=TRUE, partlist="../../lib/partlist.yaml"}```
```{elektron, command="erc", input=["main"]}```
```{elektron, command="drc", input=["main"]}```
```{elektron, command="schema", input=["main"], border=TRUE, theme="BlackWhite"}```
```{elektron, command="schema", input=["main"], border=TRUE, theme="Kicad2020"}```
```{elektron, command="pcb", input=["main", "panel"], border=TRUE}```
```{elektron, command="gerber", input=["main", "panel"]}```
---
Expand Down

0 comments on commit fccaea8

Please sign in to comment.