Skip to content

Commit

Permalink
Merge pull request #940 from input-output-hk/jpraynaud/909-update-mit…
Browse files Browse the repository at this point in the history
…hril-logo

New shiny Mithril logo
  • Loading branch information
Alenar authored May 30, 2023
2 parents 2982c5a + 26863f0 commit 1fb7dee
Show file tree
Hide file tree
Showing 14 changed files with 1,195 additions and 1,092 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ clean:
rm yarn.lock || true

upgrade: clean install
yarn upgrade @docusaurus/core@latest @docusaurus/preset-classic@latest redocusaurus@latest
yarn upgrade @docusaurus/core@latest @docusaurus/preset-classic@latest redocusaurus@latest @docusaurus/theme-mermaid

update-current:
# Use docusaurus command to create a new version using a temporary name
Expand Down
4 changes: 2 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const config = {
baseUrl: '/doc/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
favicon: 'img/logo.svg',
organizationName: 'Input Output Global',
projectName: 'Mithril',

Expand Down Expand Up @@ -112,7 +112,7 @@ const config = {
title: 'Mithril',
logo: {
alt: 'Mithril. A complete guide.',
src: 'img/logo.png',
src: 'img/logo.svg',
},
items: [
{
Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mithril-doc",
"version": "0.1.7",
"version": "0.1.9",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -14,8 +14,8 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^2.4.0",
"@docusaurus/preset-classic": "^2.4.0",
"@docusaurus/core": "^2.4.1",
"@docusaurus/preset-classic": "^2.4.1",
"@docusaurus/theme-mermaid": "^2.2.0",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
Expand All @@ -35,4 +35,4 @@
"last 1 safari version"
]
}
}
}
Binary file modified docs/static/img/favicon.ico
Binary file not shown.
Binary file modified docs/static/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 37 additions & 28 deletions docs/static/img/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

0 comments on commit 1fb7dee

Please sign in to comment.