Skip to content

Commit

Permalink
emojicodes preprocessor & Revert "Fix emojis on main page"
Browse files Browse the repository at this point in the history
This reverts commit 6b0313a.

# Conflicts:
#	src/index.md
  • Loading branch information
mirrorcult committed Sep 21, 2023
1 parent b31df82 commit 6041fe7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install mdbook & plugins
uses: taiki-e/[email protected]
with:
tool: [email protected],[email protected],[email protected],[email protected],[email protected]
tool: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The following `mdbook` features & plugins are available and in use:
- `mdbook-linkcheck`
- `mdbook-template`
- `mdbook-admonish`
- `mdbook-emojicodes`

The site is currently hosted at [https://spacestation14.io/docs/](https://spacestation14.io/docs/). This will likely change in the future, so links here should not be relied on.

Expand Down
4 changes: 3 additions & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ description = "Tutorial & reference for all Space Wizards Federation projects, i
[preprocessor.admonish]
assets_version = "2.0.2" # do not edit: managed by `mdbook-admonish install`

[preprocessor.emojicodes]

[preprocessor.template]
before = ["mermaid", "admonish"] # templates can include these so we run this first
before = ["mermaid","admonish","emojicodes"] # templates can include these so we run this first

[output.html]
additional-js = ['scripts/mermaid.min.js', 'scripts/mermaid-init.js', 'scripts/nav-additions.js']
Expand Down
1 change: 1 addition & 0 deletions src/en/meta/guide-to-editing-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ From cargo, install:
- `mdbook-template`
- `mdbook-linkcheck`
- `mdbook-admonish`
- `mdbook-emoji`

Call `mdbook serve` to build and locally host the documentation from the `book` directory at `localhost:3000`.

Expand Down
9 changes: 4 additions & 5 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ If you would like to make contributions to this documentation site, it's hosted

## Getting Started

- [❓ How do I code?](en/general-development/setup/howdoicode.md)
- [📦 Setting up the Dev Environment](en/general-development/setup/setting-up-a-development-environment.md)
- [🗺 Mapping](en/space-station-14/mapping.md)
- [📈 Git for the SS14 Developer](en/general-development/setup/git-for-the-ss14-developer.md)
- [🛠 Troubleshooting FAQ](en/general-development/tips/troubleshooting-faq.md)
- [:question: How do I code?](en/general-development/setup/howdoicode.md)
- [:package: Setting up the Dev Environment](en/general-development/setup/setting-up-a-development-environment.md)
- [:world_map: Mapping](en/space-station-14/mapping.md)
- [:chart_with_upwards_trend: Git for the SS14 Developer](en/general-development/setup/git-for-the-ss14-developer.md)

### What should I work on?

Expand Down

0 comments on commit 6041fe7

Please sign in to comment.