Skip to content
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

docs: fix weird stuff my IDE did in some Markdown #5952

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/config/docs/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ Most Netlify CLI commands rely on configuration properties. The base command loa
[using `@netlify/config` programmatically](https://github.com/netlify/cli/blob/f87d9e6e1749bedaabaace3dae98ca1ed6d84fd6/src/commands/base-command.js#L474).

An `inlineConfig` flag was added to `@netlify/config` so Netlify CLI can override specific configuration properties
based on its own CLI flags, but this is not used yet (see <https://github.com/netlify/cli/issues/1265>,
<https://github.com/netlify/cli/issues/960>, <https://github.com/netlify/cli/issues/961>).
based on its own CLI flags, but this is not used yet (see https://github.com/netlify/cli/issues/1265,
https://github.com/netlify/cli/issues/960, https://github.com/netlify/cli/issues/961).

We try to
[emulate the same environment variables](https://github.com/netlify/build/blob/558fe8869f47ecc84d05bd4d26d32df00f47a3b9/packages/config/src/env/main.js#L13)
Expand Down
Loading