Skip to content

Commit

Permalink
tidy page formatting #1
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Jul 13, 2024
1 parent b25653b commit 3e1a6f6
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 14 deletions.
15 changes: 10 additions & 5 deletions src/pages/contact.mdx
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
# Contact Us

We'd love to hear from you! If you have any questions, feedback, or suggestions regarding Nextra, please feel free to reach out.
We'd love to hear from you!
If you have any questions, feedback, or suggestions regarding `Nextra`,
please feel free to reach out.

## Email

You can email us at [[email protected]](mailto:[email protected]).
You can email us at
[[email protected]](mailto:[email protected]).

## Social Media

Follow us on social media to stay updated with the latest news and updates:
- [Twitter](https://twitter.com/nextra)
- [GitHub](https://github.com/shuding/nextra)
- [X](https://x.com/dwyl)
- [GitHub](https://github.com/dwyl/nextra-demo)

## Community

Join our community on [Discord](https://discord.gg/nextra) to connect with other users and developers, ask questions, and share your experiences.
Join our community on
[Discord](https://discord.gg/nextra)
to connect with other `people`, ask questions, and share your experiences.
25 changes: 17 additions & 8 deletions src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ export const Info = () => {

# Welcome to Nextra Documentation

Welcome to the Nextra documentation site! Nextra is a modern static site generator optimized for creating high-quality documentation websites with ease. This documentation will guide you through the setup, features, and best practices for using Nextra.
Welcome to the `Nextra` documentation site!
`Nextra` is a modern static site generator
optimized for creating high-quality documentation websites with ease.
This documentation will guide you through the setup,
features, and best practices for using `Nextra`.

---

Expand All @@ -36,7 +40,10 @@ Welcome to the Nextra documentation site! Nextra is a modern static site generat

## Getting Started

To get started with Nextra, check out the [About](about) page to learn more about its capabilities and features. If you need any assistance, visit our [Contact](contact) page to find out how to reach us.
To get started with Nextra, check out the [About](about) page
to learn more about its capabilities and features.
If you need any assistance, visit our [Contact](contact) page
to find out how to reach us.

Explore the sections below to dive deeper into specific topics:
- [About Nextra](about)
Expand All @@ -45,15 +52,17 @@ Explore the sections below to dive deeper into specific topics:

We hope you find Nextra useful for your documentation needs!

| left | center | right |
| :----- | :----: | ----: |
| foo | bar | baz |
| banana | apple | kiwi |
| left | center | right |
| :----- | :----: | ---------: |
| foo | bar | baz |
| banana | apple | strawberry |

```sh npm2yarn
npm i -D @graphql-eslint/eslint-plugin
npm i -D aws-sdk-mock
```

Mermaid diagrams work out of the box:

```mermaid
graph TD;
subgraph AA [Consumers]
Expand All @@ -63,7 +72,7 @@ C[Node.js client];
end
subgraph BB [Services]
E[REST API];
F[GraphQL API];
F[GRPC API];
G[SOAP API];
end
Z[GraphQL API];
Expand Down
2 changes: 1 addition & 1 deletion src/pages/reference_api/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"---": {
"type": "separator"
},
"users": "users",
"person": "person",
"mega_private": {
"title": "Mega Private Section",
"private": {
Expand Down

0 comments on commit 3e1a6f6

Please sign in to comment.