Skip to content
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: 5 additions & 1 deletion docs/welcome.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
---
slug: /
title: Welcome
sidebar_position: 1
---

# Welcome
![CosmWasm](/img/cosmwasm.svg)

# Welcome to CosmWasm

The [x/wasm] module, the root of CosmWasm, is a [Cosmos SDK] module enabling smart contracts
to execute on the CosmWasm virtual machine. CosmWasm itself refers to the whole ecosystem
Expand Down
17 changes: 3 additions & 14 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import rehypeKatex from 'rehype-katex';
// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)

const config: Config = {
title: 'CosmWasm',
title: 'CosmWasm Docs',
favicon: 'img/cosmwasm-small.svg',

// Future flags, see https://docusaurus.io/docs/api/docusaurus-config#future
Expand Down Expand Up @@ -42,7 +42,7 @@ const config: Config = {
'classic',
{
docs: {
path: 'docs',
routeBasePath: '/',
sidebarPath: './sidebars.ts',
remarkPlugins: [remarkMath],
rehypePlugins: [rehypeKatex],
Expand All @@ -62,18 +62,12 @@ const config: Config = {
respectPrefersColorScheme: true,
},
navbar: {
title: 'CosmWasm',
title: 'CosmWasm Docs',
logo: {
alt: 'CosmWasm Logo',
src: 'img/cosmwasm-small.svg',
},
items: [
{
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
position: 'left',
label: 'Docs',
},
{
href: 'https://github.com/CosmWasm',
label: 'GitHub',
Expand All @@ -84,12 +78,7 @@ const config: Config = {
footer: {
links: [
{
title: 'CosmWasm',
items: [
{
label: 'Docs',
to: '/docs/welcome',
},
{
label: 'GitHub',
href: 'https://github.com/CosmWasm',
Expand Down
23 changes: 0 additions & 23 deletions src/pages/index.module.css

This file was deleted.

34 changes: 0 additions & 34 deletions src/pages/index.tsx

This file was deleted.