Skip to content

Commit

Permalink
Merge pull request #30 from defang-io/lio-fix-broken-links
Browse files Browse the repository at this point in the history
fix broken links
  • Loading branch information
lionello authored Mar 7, 2024
2 parents 126537a + 091f870 commit bdbf314
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 100
# AI


Defang includes an AI-driven assistant that translates natural language prompts to an outline for your project that you can then refine. The AI assistant is available through the [Defang CLI](./getting-started/installing.md).
Defang includes an AI-driven assistant that translates natural language prompts to an outline for your project that you can then refine. The AI assistant is available through the [Defang CLI](../getting-started/installing.md).

:::info
The AI assistant is currently in beta and only supports a limited set of prompts. We plan to expand the capabilities of the AI assistant in the future.
Expand Down
2 changes: 1 addition & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Defang provides a streamlined experience to develop, deploy, observe, and update
- Support for [pre-built Docker containers](./tutorials/deploy-container-using-the-cli.mdx), from public or private image registries
- Ability to express your project configuration using a [Docker Compose YAML](./concepts/compose.md) file
- Ability to manage encrypted [secrets](./concepts/secrets.md) and [configuration](./concepts/configuration.md)
- Pre-configured environments with built-in [security](./concepts/security.md), [networking](./concepts/networking.md), and [observability](./concepts/observability.md)
- Pre-configured environments with built-in [security](./concepts/security.md), [networking](./concepts/networking.mdx), and [observability](./concepts/observability.md)
- [One-command deployments](./getting-started/installing.md)
- Support for [GPUs](./concepts/resources.md)
- Support for Infra-as-Code via the [Defang Pulumi provider](./concepts/pulumi.md)
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ const config = {
projectName: 'defang-docs', // Usually your repo name.
trailingSlash: false,

onBrokenLinks: 'ignore',
onBrokenMarkdownLinks: 'warn',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'throw',

// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
Expand Down

0 comments on commit bdbf314

Please sign in to comment.