-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: update documentation to v0.15.0 and fix aliases #182
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
import MetaTags from '../../components/meta-tags' | ||
import MetaTags from '@/components/meta-tags' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LanguageTool] reported by reviewdog 🐶 |
||
|
||
<MetaTags | ||
title="Tuono - Application state" | ||
canonical="https://tuono.dev/documentation/application-state" | ||
description="Learn how to add features to your Tuono application" | ||
/> | ||
|
||
import Breadcrumbs, { Element } from '../../components/breadcrumbs' | ||
import Breadcrumbs, { Element } from '@/components/breadcrumbs' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LanguageTool] reported by reviewdog 🐶 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LanguageTool] reported by reviewdog 🐶 |
||
|
||
<Breadcrumbs breadcrumbs={[{ label: 'Application state' }]} /> | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
import MetaTags from '../../components/meta-tags' | ||
import MetaTags from '@/components/meta-tags' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LanguageTool] reported by reviewdog 🐶 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LanguageTool] reported by reviewdog 🐶 |
||
|
||
<MetaTags | ||
title="Tuono - CLI" | ||
canonical="https://tuono.dev/documentation/cli" | ||
description="Tuono is the CLI that provides all the needed commands to handle the full-stack project." | ||
/> | ||
|
||
import Breadcrumbs, { Element } from '../../components/breadcrumbs' | ||
import Breadcrumbs, { Element } from '@/components/breadcrumbs' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LanguageTool] reported by reviewdog 🐶 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LanguageTool] reported by reviewdog 🐶 |
||
|
||
<Breadcrumbs breadcrumbs={[{ label: 'CLI' }]} /> | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
import MetaTags from '../../components/meta-tags' | ||
import MetaTags from '@/components/meta-tags' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LanguageTool] reported by reviewdog 🐶 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LanguageTool] reported by reviewdog 🐶 |
||
|
||
<MetaTags | ||
title="Tuono - Contributing" | ||
canonical="https://tuono.dev/documentation/contributing" | ||
description="The project is massive - if you like it, do consider contributing!" | ||
/> | ||
|
||
import Breadcrumbs, { Element } from '../../components/breadcrumbs' | ||
import Breadcrumbs, { Element } from '@/components/breadcrumbs' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LanguageTool] reported by reviewdog 🐶 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LanguageTool] reported by reviewdog 🐶 |
||
|
||
<Breadcrumbs breadcrumbs={[{ label: '✨ Contributing' }]} /> | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
import MetaTags from '../../../components/meta-tags' | ||
import MetaTags from '@/components/meta-tags' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LanguageTool] reported by reviewdog 🐶 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LanguageTool] reported by reviewdog 🐶 |
||
|
||
<MetaTags | ||
title="Tuono - Contributing" | ||
canonical="https://tuono.dev/documentation/contributing" | ||
description="The project is massive - if you like it, do consider contributing!" | ||
/> | ||
|
||
import Breadcrumbs, { Element } from '../../../components/breadcrumbs' | ||
import Breadcrumbs, { Element } from '@/components/breadcrumbs' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LanguageTool] reported by reviewdog 🐶 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LanguageTool] reported by reviewdog 🐶 |
||
|
||
<Breadcrumbs breadcrumbs={[{ label: '✨ Contributing' }]} /> | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
import MetaTags from '../../../components/meta-tags' | ||
import MetaTags from '@/components/meta-tags' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LanguageTool] reported by reviewdog 🐶 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LanguageTool] reported by reviewdog 🐶 |
||
|
||
<MetaTags | ||
title="Tuono - Contributing - Local development" | ||
canonical="https://tuono.dev/documentation/contributing/local-development" | ||
description="Contribute to Tuono. Learn here how to setup the repository for local development" | ||
/> | ||
|
||
import Breadcrumbs, { Element } from '../../../components/breadcrumbs' | ||
import Breadcrumbs, { Element } from '@/components/breadcrumbs' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LanguageTool] reported by reviewdog 🐶 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LanguageTool] reported by reviewdog 🐶 |
||
|
||
<Breadcrumbs | ||
breadcrumbs={[ | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
import MetaTags from '../../components/meta-tags' | ||
import MetaTags from '@/components/meta-tags' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LanguageTool] reported by reviewdog 🐶 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LanguageTool] reported by reviewdog 🐶 |
||
|
||
<MetaTags | ||
title="Tuono - Documentation" | ||
canonical="https://tuono.dev/documentation" | ||
description="Tuono is a full-stack framework for building React applications using Rust as the backend." | ||
/> | ||
|
||
import Breadcrumbs from '../../components/breadcrumbs' | ||
import Breadcrumbs from '@/components/breadcrumbs' | ||
|
||
<Breadcrumbs /> | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import Breadcrumbs, { Element } from '../../components/breadcrumbs' | ||
import Breadcrumbs, { Element } from '@/components/breadcrumbs' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LanguageTool] reported by reviewdog 🐶 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LanguageTool] reported by reviewdog 🐶 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LanguageTool] reported by reviewdog 🐶 |
||
|
||
import MetaTags from '../../components/meta-tags' | ||
import MetaTags from '@/components/meta-tags' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LanguageTool] reported by reviewdog 🐶 |
||
|
||
<MetaTags | ||
title="Tuono - Installation" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
import MetaTags from '../../../components/meta-tags' | ||
import MetaTags from '@/components/meta-tags' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LanguageTool] reported by reviewdog 🐶 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LanguageTool] reported by reviewdog 🐶 |
||
|
||
<MetaTags | ||
title="Tuono - Routing" | ||
canonical="https://tuono.dev/documentation/routing/intro" | ||
/> | ||
|
||
import Breadcrumbs, { Element } from '../../../components/breadcrumbs' | ||
import Breadcrumbs, { Element } from '@/components/breadcrumbs' | ||
Valerioageno marked this conversation as resolved.
Show resolved
Hide resolved
Valerioageno marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
<Breadcrumbs breadcrumbs={[{ label: 'Routing' }]} /> | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
This sentence does not start with an uppercase letter. (UPPERCASE_SENTENCE_START)
Suggestions:
Import
URL: https://languagetool.org/insights/post/spelling-capital-letters/
Rule: https://community.languagetool.org/rule/show/UPPERCASE_SENTENCE_START?lang=en-US
Category: CASING