Skip to content

Commit 5c9be85

Browse files
Install embedify and make the lvl 0 hosting video an embed (space-wizards#330)
1 parent 326d7c0 commit 5c9be85

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install mdbook & plugins
3232
uses: taiki-e/install-action@v2.18.6
3333
with:
34-
tool: mdbook@0.4.36,mdbook-admonish@1.14.0,mdbook-linkcheck@0.7.7,mdbook-mermaid@0.12.6,mdbook-template@1.1.0,mdbook-emojicodes@0.3.0
34+
tool: mdbook@0.4.36,mdbook-admonish@1.14.0,mdbook-linkcheck@0.7.7,mdbook-mermaid@0.12.6,mdbook-template@1.1.0,mdbook-emojicodes@0.3.0,mdbook-embedify@0.2.11
3535
- name: Setup Pages
3636
id: pages
3737
uses: actions/configure-pages@v3

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install mdbook & plugins
1818
uses: taiki-e/install-action@v2.18.6
1919
with:
20-
tool: mdbook@0.4.36,mdbook-admonish@1.14.0,mdbook-linkcheck@0.7.7,mdbook-mermaid@0.12.6,mdbook-template@1.1.0,mdbook-emojicodes@0.3.0
20+
tool: mdbook@0.4.36,mdbook-admonish@1.14.0,mdbook-linkcheck@0.7.7,mdbook-mermaid@0.12.6,mdbook-template@1.1.0,mdbook-emojicodes@0.3.0,mdbook-embedify@0.2.11
2121
- name: Build with mdBook
2222
run: mdbook build
2323
- name: Upload artifact

book.toml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ command = "mdbook-admonish"
1717
[preprocessor.template]
1818
before = ["mermaid","admonish","emojicodes"] # templates can include these so we run this first
1919

20+
[preprocessor.embedify]
21+
2022
[output.html]
2123
additional-js = ['scripts/mermaid.min.js', 'scripts/mermaid-init.js', 'scripts/nav-additions.js']
2224
additional-css = ['theme/compiled/ss14.css']

src/en/general-development/setup/server-hosting-tutorial.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ If you wish to modify your server to add your own content. You will need a [prop
1717
5. Open your Space Station 14 Launcher and click on ``Direct Connect To Server`` and type in ``localhost`` and click connect. You can also add it as a favorite if you click the ``Add Favorite`` button.
1818
6. When there is a new update. Go back to the second step, and copy over the ``data`` folder and ``server_config.toml``if you modified it.
1919

20-
If you prefer video guides, [here is one](https://youtu.be/IDBqrAGZ3cA)!
20+
If you prefer video guides, here is one!
21+
22+
{% embed youtube id="IDBqrAGZ3cA" loading="lazy" %}
2123

2224
## Level 1: Invite Your Friends
2325

0 commit comments

Comments
 (0)