Skip to content

Commit

Permalink
docs: some link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Nov 14, 2024
1 parent e00a42d commit 88d791d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/nuejs.org/docs/content-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ This creates a flexible layout where a main **feature** block contains a nested
The possibilities are endless. You can combine blocks in creative ways, stacking sections within sections to build rich, interactive landing pages. Imagine a **hero section** that introduces key features, followed by a **grid of cards**, each with its own stacked content blocks highlighting product details, testimonials, or case studies. With the power of **nesting**, you can craft visually complex layouts while keeping your Markdown easy to read and maintain. Whether you're building product showcases, multi-section promotional pages, or detailed service breakdowns, nesting unlocks a new level of creative control over your content structure—letting design systems handle the visual complexity.

### Code blocks
Code blocks in Nue are enclosed between triple backticks and can include an optional language hint for syntax highlighting using the [Glow syntax highlighter](blog/introducing-glow/). For example, a CSS code block would look like this:
Code blocks in Nue are enclosed between triple backticks and can include an optional language hint for syntax highlighting using the [Glow syntax highlighter](/blog/introducing-glow/). For example, a CSS code block would look like this:

```md
\```css
Expand Down Expand Up @@ -447,7 +447,7 @@ This simple example demonstrates how you can create a **stacked layout** with co


### Content tags
Nue offers a large amount of [tags](/content-tags.html) that significantly enhance your ability to create rich and interactive websites. You can add responsive images, videos, buttons, accordions, tabs, and more.
Nue offers a large amount of [tags](content-tags.html) that significantly enhance your ability to create rich and interactive websites. You can add responsive images, videos, buttons, accordions, tabs, and more.

You can also extend the syntax with [custom components](custom-components.html).

2 changes: 1 addition & 1 deletion packages/nuejs.org/docs/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Nue supports an [extended Markdown syntax](content-syntax.html) that handles all

### Cloud storage

While the current YAML/Markdown-based editing is well-suited for technical users, we recognize the need for a cloud storage solution for non-technical users. This will allow content management directly through the website. A cloud-based backend is on our roadmap, aligning with Nue's **decoupled architecture**, where content can be fetched from the cloud before rendering. See the [roadmap](index.md#roadmap) for more details.
While the current YAML/Markdown-based editing is well-suited for technical users, we recognize the need for a cloud storage solution for non-technical users. This will allow content management directly through the website. A cloud-based backend is on our roadmap, aligning with Nue's **decoupled architecture**, where content can be fetched from the cloud before rendering. See the [roadmap](/#roadmap) for more details.

## Content-first development

Expand Down
2 changes: 1 addition & 1 deletion packages/nuejs.org/docs/reactivity.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ After this, we can use this component in a Markdown file:


## Reactive components
More complex components with dynamically generated HTML are better implemented with a [reactive component](reactive-components.html). These components support the same [template syntax](template-syntax.html) as the server-side components, but the components can respond to user input.
More complex components with dynamically generated HTML are better implemented with a [reactive component](islands.html). These components support the same [template syntax](template-syntax.html) as the server-side components, but the components can respond to user input.



Expand Down
2 changes: 1 addition & 1 deletion packages/nuejs.org/docs/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Setting this to `true` enables [view transitions](reactivity.html#view-transitio

### inline_css

Setting this to `true` inlines all CSS directly into the HTML page, enabling the entire page to render in one request. This setting can also be configured at the area and page levels. For more details, see [performance optimization](performance-optimization.html).
Setting this to `true` inlines all CSS directly into the HTML page, enabling the entire page to render in one request. This setting can also be configured at the area and page levels. For more details, see [performance optimization](optimization.html).

## Global Metadata

Expand Down

0 comments on commit 88d791d

Please sign in to comment.