Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Apr 18, 2023
1 parent 20903f7 commit 9a346a5
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 15 deletions.
3 changes: 0 additions & 3 deletions README.md
@@ -1,7 +1,4 @@
# Masa React

<!-- TOC -->
* [Masa React](#masa-react)
* [Getting Started with masa-react](#getting-started-with-masa-react)
* [Installation](#installation)
* [Styles](#styles)
Expand Down
4 changes: 1 addition & 3 deletions docs/README.md
@@ -1,9 +1,7 @@
Masa React / [Exports](modules.md)

# Masa React
/ [Exports](modules.md)

<!-- TOC -->
* [Masa React](#masa-react)
* [Getting Started with masa-react](#getting-started-with-masa-react)
* [Installation](#installation)
* [Styles](#styles)
Expand Down
3 changes: 2 additions & 1 deletion docs/enums/SoulNameErrorCodes.md
@@ -1,4 +1,5 @@
[Masa React](../README.md) / [Exports](../modules.md) / SoulNameErrorCodes
[# Masa React
](../README.md) / [Exports](../modules.md) / SoulNameErrorCodes

# Enumeration: SoulNameErrorCodes

Expand Down
3 changes: 2 additions & 1 deletion docs/interfaces/ArweaveConfig.md
@@ -1,4 +1,5 @@
[Masa React](../README.md) / [Exports](../modules.md) / ArweaveConfig
[# Masa React
](../README.md) / [Exports](../modules.md) / ArweaveConfig

# Interface: ArweaveConfig

Expand Down
3 changes: 2 additions & 1 deletion docs/interfaces/MasaContextProviderProps.md
@@ -1,4 +1,5 @@
[Masa React](../README.md) / [Exports](../modules.md) / MasaContextProviderProps
[# Masa React
](../README.md) / [Exports](../modules.md) / MasaContextProviderProps

# Interface: MasaContextProviderProps

Expand Down
3 changes: 2 additions & 1 deletion docs/interfaces/MasaShape.md
@@ -1,4 +1,5 @@
[Masa React](../README.md) / [Exports](../modules.md) / MasaShape
[# Masa React
](../README.md) / [Exports](../modules.md) / MasaShape

# Interface: MasaShape

Expand Down
3 changes: 2 additions & 1 deletion docs/interfaces/ModalProps.md
@@ -1,4 +1,5 @@
[Masa React](../README.md) / [Exports](../modules.md) / ModalProps
[# Masa React
](../README.md) / [Exports](../modules.md) / ModalProps

# Interface: ModalProps

Expand Down
3 changes: 2 additions & 1 deletion docs/interfaces/SpinnerProps.md
@@ -1,4 +1,5 @@
[Masa React](../README.md) / [Exports](../modules.md) / SpinnerProps
[# Masa React
](../README.md) / [Exports](../modules.md) / SpinnerProps

# Interface: SpinnerProps

Expand Down
5 changes: 3 additions & 2 deletions docs/modules.md
@@ -1,6 +1,7 @@
[Masa React](README.md) / Exports
[# Masa React
](README.md) / Exports

# Masa React
# # Masa React

## Table of contents

Expand Down
2 changes: 1 addition & 1 deletion typedoc.js
@@ -1,7 +1,7 @@
module.exports = {
entryPoints: ['./src/index.tsx'],
plugin: 'typedoc-plugin-markdown',
name: 'Masa React',
name: '# Masa React\n',
out: 'docs',
disableSources: true,
includeVersion: true,
Expand Down

0 comments on commit 9a346a5

Please sign in to comment.