Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit f86b4fc

Browse files
committed
Update docs to work with new theme
1 parent 61c2434 commit f86b4fc

File tree

12 files changed

+7
-7
lines changed

12 files changed

+7
-7
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN apt-get update && apt-get upgrade -y && \
1111
build-essential \
1212
busybox \
1313
git \
14+
graphviz \
1415
net-tools \
1516
vim \
1617
&& rm -rf /var/lib/apt/lists/* \
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ How to embed Excalidraw diagrams
44
Start off by creating your diagram in https://excalidraw.com
55

66
.. raw:: html
7-
:file: ../images/excalidraw-example.svg
7+
:file: ../../images/excalidraw-example.svg
88

99
Click 'Save as image' and make sure the 'Embed scene' checkbox is enabled. This is required for loading your image back into Excalidraw should you wish to make changes later on. Name your file and export to SVG, saving it inside ``docs/images``.
1010

1111
Add the following to embed it inside your documentation::
1212

1313
.. raw:: html
14-
:file: ../images/my-diagram.excalidraw.svg
14+
:file: ../../images/my-diagram.excalidraw.svg
1515

1616
It is preferred to use the above convention over ``.. image::`` in order to retain the font used by Excalidraw.
1717

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ Finally the results were committed, pushed, merged to main::
9595
$ git commit
9696
$ git push github adopt-skeleton
9797

98-
.. image:: ../images/git_merge.png
98+
.. image:: ../../images/git_merge.png
File renamed without changes.
File renamed without changes.

docs/user/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ side-bar.
4646
explanations/why-use-skeleton
4747
explanations/why-src
4848
explanations/why-pre-commit
49-
explanations/decisions
5049
explanations/skeleton
5150

5251
+++

0 commit comments

Comments
 (0)