Skip to content

Commit

Permalink
Merge pull request #2 from rolfedh/issue#1-fix-model-content
Browse files Browse the repository at this point in the history
[WIP]Fix issue #1 Update the model content
  • Loading branch information
rolfedh authored May 26, 2021
2 parents d656a53 + ff38b83 commit 7a5a694
Show file tree
Hide file tree
Showing 8 changed files with 337 additions and 355 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ BROWSE ?= index.html
-a icons=font -a nofooter \
-a stylesheet=$(PWD)/css/asciidoctor.css
DOT=dot -Tsvg
LINKCHECKER=linkchecker --anchors --check-html --check-css --check-extern --timeout=5
# LINKCHECKER=linkchecker --anchors --check-html --check-css --check-extern --timeout=5

rebuild: clean all
@echo "Clean rebuild, you can commit the updated site."

all: check

check: docs
$(LINKCHECKER) docs/index.html
#$(LINKCHECKER) docs/index.html

browse: docs
nohup xdg-open docs/$(BROWSE) &> /dev/null ; sleep 1
Expand Down
25 changes: 13 additions & 12 deletions docs/architecture/legend.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
91 changes: 46 additions & 45 deletions docs/architecture/node.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7a5a694

Please sign in to comment.