docs: adding social links to footer (#551)
This commit is contained in:
+2
-2
@@ -20,7 +20,7 @@ Goose is your on-machine developer agent, automating engineering tasks seamlessl
|
|||||||
<img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg">
|
<img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://discord.gg/7GaTvbDwga">
|
<a href="https://discord.gg/7GaTvbDwga">
|
||||||
<img src="https://img.shields.io/discord/1287729918100246654?logo=discord&logoColor=white&label=Join+Us&color=blueviolet" alt="Discord">
|
<img src="https://img.shields.io/discord/1287729918100246654?logo=discord&logoColor=white&label=Join+Discord&color=blueviolet" alt="Discord">
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -123,4 +123,4 @@ Let us know what you think in our [Discussions][discussions] or the [**`#goose`*
|
|||||||
[gh-issues]: https://github.com/block/goose/issues
|
[gh-issues]: https://github.com/block/goose/issues
|
||||||
[van-code]: https://github.com/block-open-source/goose-plugins/blob/de98cd6c29f8e7cd3b6ace26535f24ac57c9effa/src/goose_plugins/toolkits/artify.py
|
[van-code]: https://github.com/block-open-source/goose-plugins/blob/de98cd6c29f8e7cd3b6ace26535f24ac57c9effa/src/goose_plugins/toolkits/artify.py
|
||||||
[discussions]: https://github.com/block/goose/discussions
|
[discussions]: https://github.com/block/goose/discussions
|
||||||
[goose-channel]: https://discord.com/channels/1287729918100246654/1287729920319033345
|
[goose-channel]: https://discord.gg/block-opensource
|
||||||
|
|||||||
+7
-1
@@ -22,6 +22,7 @@ theme:
|
|||||||
- navigation.instant
|
- navigation.instant
|
||||||
- navigation.sections
|
- navigation.sections
|
||||||
- navigation.top
|
- navigation.top
|
||||||
|
- navigation.social
|
||||||
- navigation.tracking
|
- navigation.tracking
|
||||||
- navigation.expand
|
- navigation.expand
|
||||||
- search.share
|
- search.share
|
||||||
@@ -37,6 +38,7 @@ theme:
|
|||||||
code: Roboto Mono
|
code: Roboto Mono
|
||||||
favicon: assets/logo.ico
|
favicon: assets/logo.ico
|
||||||
icon:
|
icon:
|
||||||
|
fontawesome: true
|
||||||
logo: assets/logo.ico
|
logo: assets/logo.ico
|
||||||
# plugins
|
# plugins
|
||||||
plugins:
|
plugins:
|
||||||
@@ -68,7 +70,11 @@ extra:
|
|||||||
annotate:
|
annotate:
|
||||||
json:
|
json:
|
||||||
- .s2
|
- .s2
|
||||||
social: []
|
social:
|
||||||
|
- icon: fontawesome/brands/discord
|
||||||
|
link: https://discord.gg/block-opensource
|
||||||
|
- icon: fontawesome/brands/github
|
||||||
|
link: https://github.com/block/goose
|
||||||
analytics:
|
analytics:
|
||||||
provider: google
|
provider: google
|
||||||
property: !ENV GOOGLE_ANALYTICS_KEY
|
property: !ENV GOOGLE_ANALYTICS_KEY
|
||||||
|
|||||||
Reference in New Issue
Block a user