Skip to content

Commit

Permalink
chore: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kazekyo committed May 14, 2022
1 parent 95cd81b commit f21aa04
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,4 @@ yarn add --dev @kazekyo/nau-graphql-codegen-preset
```

## Documentation
TODO
- Getting Started
- Guides
- API Reference
- Directives
https://www.naugraphql.com
7 changes: 2 additions & 5 deletions docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className={clsx('button button--secondary button--lg', styles.getStartedButton)}
to="/docs/introduction"
to="/docs/getting-started/installation"
>
Get Started
</Link>
Expand All @@ -31,10 +31,7 @@ function HomepageHeader() {

export default function Home(): JSX.Element {
return (
<Layout
title={`Nau`}
description="A library that makes it easy and convenient for Apollo Client users to use a backend that follows Relay GraphQL Server Specification."
>
<Layout description="Nau is a tool that makes Apollo Client more productive for users using Relay GraphQL Server Specification compliant backends.">
<HomepageHeader />
<main>
<HomepageFeatures />
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"files": [
"dist"
],
"homepage": "https://github.com/kazekyo/nau#readme",
"homepage": "https://www.naugraphql.com",
"keywords": [
"apollo",
"client",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-codegen-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"files": [
"dist"
],
"homepage": "https://github.com/kazekyo/nau#readme",
"homepage": "https://www.naugraphql.com",
"keywords": [
"apollo",
"client",
Expand Down

1 comment on commit f21aa04

@vercel
Copy link

@vercel vercel bot commented on f21aa04 May 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.