Skip to content

Commit bf1d356

Browse files
chore: Update docs
1 parent 71716ed commit bf1d356

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

website/docs/about.md renamed to website/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: about
2+
slug: /
33
title: Getting Started
44
sidebar_position: 1
55
---

website/docusaurus.config.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,13 @@ const config: Config = {
4747
title: 'Twist SDK TypeScript',
4848
logo: {
4949
alt: 'Twist Logo',
50-
src: 'img/twist-logo.svg',
51-
href: '/about',
50+
src: 'img/twist-logo.png',
5251
},
5352
items: [
5453
{
5554
position: 'left',
5655
label: 'Docs',
57-
to: '/about',
56+
to: '/',
5857
},
5958
{
6059
href: 'https://github.com/Doist/twist-sdk-typescript',
@@ -71,7 +70,7 @@ const config: Config = {
7170
items: [
7271
{
7372
label: 'Getting Started',
74-
to: '/about',
73+
to: '/',
7574
},
7675
{
7776
label: 'API Reference',

website/static/img/favicon.ico

-2.56 KB
Binary file not shown.

website/static/img/twist-logo.png

3.8 KB
Loading

0 commit comments

Comments
 (0)