Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(devx): fix broken images #3840

Merged
merged 4 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/site/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const config = {
title: "IOTA Documentation",
tagline:
"IOTA is a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by Move",
favicon: "/img/favicon.ico",
favicon: "/icons/favicon.ico",

// Set the production url of your site here
url: "https://docs.iota.io",
Expand Down Expand Up @@ -229,7 +229,7 @@ const config = {
title: "",
logo: {
alt: "IOTA Docs Logo",
src: "img/iota-logo.svg",
src: "/logo/iota-logo.svg",
},
items: [
{
Expand All @@ -253,7 +253,7 @@ const config = {
footer: {
logo: {
alt: "IOTA Wiki Logo",
src: "img/iota-logo.svg",
src: "/logo/iota-logo.svg",
},
copyright: `Copyright © ${new Date().getFullYear()} <a href='https://www.iota.org/'>IOTA Stiftung</a>, licensed under <a href="https://github.com/iotaledger/iota/blob/main/docs/site/LICENSE">CC BY 4.0</a>.
The documentation on this website is adapted from the <a href='https://docs.sui.io/'>SUI Documentation</a>, © 2024 by <a href='https://sui.io/'>SUI Foundation</a>, licensed under <a href="https://github.com/MystenLabs/sui/blob/main/docs/site/LICENSE">CC BY 4.0</a>.`,
Expand Down
Binary file added docs/site/static/icons/favicon.ico
Binary file not shown.
Binary file added docs/site/static/img/index/blocks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 64 additions & 0 deletions docs/site/static/logo/iota-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading