Skip to content

Commit

Permalink
chore(docs): remove irrelevant callout (#6)
Browse files Browse the repository at this point in the history
* chore(docs): remove irrelevant callout

* chore(docs): add back private flag

* chore: add codeowners
  • Loading branch information
Kosai106 authored May 25, 2024
1 parent 21741dc commit 111f2ea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# This file list code owners for the repository, or part of it.
# See https://help.github.com/articles/about-code-owners/


* Kosai106

6 changes: 0 additions & 6 deletions apps/docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ Define the shape of your data using our schemas and modifiers, and match it agai

## Getting started

import { Callout } from 'nextra/components'

<Callout type="info" emoji="ℹ️">
ValidaThor is not yet published, so the following command will not work.
</Callout>

```sh npm2yarn
npm i @nordic-ui/validathor
```
Expand Down
6 changes: 1 addition & 5 deletions apps/docs/theme.config.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useRouter } from 'next/router'
import { Callout, DocsThemeConfig, useConfig } from 'nextra-theme-docs'
import { DocsThemeConfig, useConfig } from 'nextra-theme-docs'
import React from 'react'

const WordMark = () => <span className="logo-wordmark">Valida<span>Thor</span> <span className="emoji-fix">⚡️</span></span>
Expand Down Expand Up @@ -58,10 +58,6 @@ const config: DocsThemeConfig = {

return (
<>
<Callout type="info">
ValidaThor is still a work in progress and isn't yet published on NPM.
</Callout>

{children}
</>
);
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": true,
"name": "validathor-mono",
"workspaces": [
"apps/*",
Expand Down

0 comments on commit 111f2ea

Please sign in to comment.