Skip to content

Commit

Permalink
Fix wrong dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer committed Aug 11, 2024
1 parent b977b79 commit 83df2c0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/docs/language/builtin-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Builtin data types
---

In extension to the [primitive data types](../primitive-types.md), Spice offers builtin data types.
In extension to the [primitive data types](primitive-types.md), Spice offers builtin data types.

## The `String` data type
In opposite to the [string primitive type](primitive-types.md#the-string-data-type), the `String` builtin type is
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
</style>
<a href="https://x.com/chillibits" target="_blank" class="x-link">
For updates follow <strong>@chillibits</strong> on <span class="twemoji x"> {% include ".icons/fontawesome/brands/x.svg" %} </span> <strong>X</strong>
For updates follow <strong>@chillibits</strong> on <span class="twemoji x"> {% include ".icons/fontawesome/brands/x-twitter.svg" %} </span>
</a>
{% endblock %}

Expand Down
7 changes: 4 additions & 3 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/spicelang/spice
- icon: fontawesome/brands/x
- icon: fontawesome/brands/x-twitter
link: https://x.com/chillibits
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/chillibits/spice
Expand Down Expand Up @@ -112,6 +112,7 @@ nav:
- language/structs.md
- language/methods.md
- language/constructors-destructors.md
- language/interfaces.md
- language/aliases.md
- language/generics.md
- language/threads.md
Expand Down Expand Up @@ -139,5 +140,5 @@ markdown_extensions:
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji

0 comments on commit 83df2c0

Please sign in to comment.