Skip to content

docs(chore): add discord to socials + fix formatting#753

Merged
mdong1909 merged 3 commits into3-10_add-discordfrom
copilot/sub-pr-752
Mar 10, 2026
Merged

docs(chore): add discord to socials + fix formatting#753
mdong1909 merged 3 commits into3-10_add-discordfrom
copilot/sub-pr-752

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 10, 2026

Adds Discord to the docs header, footer, and VitePress socialLinks. Fixes pre-existing quote style violations in the 3 affected docs files to comply with the project's singleQuote: true formatter config.

Changes

  • docs/.vitepress/config.mts — added { icon: 'discord', link: 'https://discord.gg/cC6TEVFKSx' } to socialLinks; fixed double → single quotes throughout JS strings
  • docs/.vitepress/theme/components/Header.vue — added Discord icon link alongside X/Bluesky; fixed JS string quotes
  • docs/.vitepress/theme/components/Footer.vue — added Discord <li> entry in the socials list; fixed JS import quotes

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 10, 2026

Deploy Preview for viteplus-staging ready!

Name Link
🔨 Latest commit 6aa516b
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-staging/deploys/69af9c5750c30b00084a903c
😎 Deploy Preview https://deploy-preview-753--viteplus-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

…in docs files

Co-authored-by: mdong1909 <220303712+mdong1909@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix format and lint issues in documentation docs(chore): add discord to socials + fix formatting Mar 10, 2026
@mdong1909
Copy link
Copy Markdown
Contributor

@copilot only make changes in the 3 original files: footer, header, config

…riginal state

Co-authored-by: mdong1909 <220303712+mdong1909@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Mar 10, 2026

@copilot only make changes in the 3 original files: footer, header, config

Done in 6aa516b — reverted formatting changes to Layout.vue, Terminal.vue, and TerminalTranscript.vue. Only Footer.vue, Header.vue, and config.mts are now changed.

@mdong1909 mdong1909 marked this pull request as ready for review March 10, 2026 04:23
@mdong1909 mdong1909 merged commit b43f2dd into 3-10_add-discord Mar 10, 2026
4 checks passed
@mdong1909 mdong1909 deleted the copilot/sub-pr-752 branch March 10, 2026 04:23
cpojer pushed a commit that referenced this pull request Mar 10, 2026
Adds Discord to the docs header, footer, and VitePress `socialLinks`.
Fixes pre-existing quote style violations in the 3 affected docs files
to comply with the project's `singleQuote: true` formatter config.

## Changes

- **`docs/.vitepress/config.mts`** — added `{ icon: 'discord', link:
'https://discord.gg/cC6TEVFKSx' }` to `socialLinks`; fixed double →
single quotes throughout JS strings
- **`docs/.vitepress/theme/components/Header.vue`** — added Discord icon
link alongside X/Bluesky; fixed JS string quotes
- **`docs/.vitepress/theme/components/Footer.vue`** — added Discord
`<li>` entry in the socials list; fixed JS import quotes

<!-- START COPILOT CODING AGENT TIPS -->
---

💡 You can make Copilot smarter by setting up custom instructions,
customizing its development environment and configuring Model Context
Protocol (MCP) servers. Learn more [Copilot coding agent
tips](https://gh.io/copilot-coding-agent-tips) in the docs.

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mdong1909 <220303712+mdong1909@users.noreply.github.com>
fengmk2 pushed a commit that referenced this pull request Mar 10, 2026
Adds Discord to the docs header, footer, and VitePress `socialLinks`.
Fixes pre-existing quote style violations in the 3 affected docs files
to comply with the project's `singleQuote: true` formatter config.

## Changes

- **`docs/.vitepress/config.mts`** — added `{ icon: 'discord', link:
'https://discord.gg/cC6TEVFKSx' }` to `socialLinks`; fixed double →
single quotes throughout JS strings
- **`docs/.vitepress/theme/components/Header.vue`** — added Discord icon
link alongside X/Bluesky; fixed JS string quotes
- **`docs/.vitepress/theme/components/Footer.vue`** — added Discord
`<li>` entry in the socials list; fixed JS import quotes

<!-- START COPILOT CODING AGENT TIPS -->
---

💡 You can make Copilot smarter by setting up custom instructions,
customizing its development environment and configuring Model Context
Protocol (MCP) servers. Learn more [Copilot coding agent
tips](https://gh.io/copilot-coding-agent-tips) in the docs.

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mdong1909 <220303712+mdong1909@users.noreply.github.com>
fengmk2 pushed a commit that referenced this pull request Mar 10, 2026
Adds Discord to the docs header, footer, and VitePress `socialLinks`.
Fixes pre-existing quote style violations in the 3 affected docs files
to comply with the project's `singleQuote: true` formatter config.

## Changes

- **`docs/.vitepress/config.mts`** — added `{ icon: 'discord', link:
'https://discord.gg/cC6TEVFKSx' }` to `socialLinks`; fixed double →
single quotes throughout JS strings
- **`docs/.vitepress/theme/components/Header.vue`** — added Discord icon
link alongside X/Bluesky; fixed JS string quotes
- **`docs/.vitepress/theme/components/Footer.vue`** — added Discord
`<li>` entry in the socials list; fixed JS import quotes

<!-- START COPILOT CODING AGENT TIPS -->
---

💡 You can make Copilot smarter by setting up custom instructions,
customizing its development environment and configuring Model Context
Protocol (MCP) servers. Learn more [Copilot coding agent
tips](https://gh.io/copilot-coding-agent-tips) in the docs.

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mdong1909 <220303712+mdong1909@users.noreply.github.com>
fengmk2 pushed a commit that referenced this pull request Mar 10, 2026
Adds Discord to the docs header, footer, and VitePress `socialLinks`.
Fixes pre-existing quote style violations in the 3 affected docs files
to comply with the project's `singleQuote: true` formatter config.

## Changes

- **`docs/.vitepress/config.mts`** — added `{ icon: 'discord', link:
'https://discord.gg/cC6TEVFKSx' }` to `socialLinks`; fixed double →
single quotes throughout JS strings
- **`docs/.vitepress/theme/components/Header.vue`** — added Discord icon
link alongside X/Bluesky; fixed JS string quotes
- **`docs/.vitepress/theme/components/Footer.vue`** — added Discord
`<li>` entry in the socials list; fixed JS import quotes

<!-- START COPILOT CODING AGENT TIPS -->
---

💡 You can make Copilot smarter by setting up custom instructions,
customizing its development environment and configuring Model Context
Protocol (MCP) servers. Learn more [Copilot coding agent
tips](https://gh.io/copilot-coding-agent-tips) in the docs.

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mdong1909 <220303712+mdong1909@users.noreply.github.com>
fengmk2 pushed a commit that referenced this pull request Mar 10, 2026
Adds Discord to the docs header, footer, and VitePress `socialLinks`.
Fixes pre-existing quote style violations in the 3 affected docs files
to comply with the project's `singleQuote: true` formatter config.

## Changes

- **`docs/.vitepress/config.mts`** — added `{ icon: 'discord', link:
'https://discord.gg/cC6TEVFKSx' }` to `socialLinks`; fixed double →
single quotes throughout JS strings
- **`docs/.vitepress/theme/components/Header.vue`** — added Discord icon
link alongside X/Bluesky; fixed JS string quotes
- **`docs/.vitepress/theme/components/Footer.vue`** — added Discord
`<li>` entry in the socials list; fixed JS import quotes

<!-- START COPILOT CODING AGENT TIPS -->
---

💡 You can make Copilot smarter by setting up custom instructions,
customizing its development environment and configuring Model Context
Protocol (MCP) servers. Learn more [Copilot coding agent
tips](https://gh.io/copilot-coding-agent-tips) in the docs.

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mdong1909 <220303712+mdong1909@users.noreply.github.com>
fengmk2 pushed a commit that referenced this pull request Mar 10, 2026
Adds Discord to the docs header, footer, and VitePress `socialLinks`.
Fixes pre-existing quote style violations in the 3 affected docs files
to comply with the project's `singleQuote: true` formatter config.

## Changes

- **`docs/.vitepress/config.mts`** — added `{ icon: 'discord', link:
'https://discord.gg/cC6TEVFKSx' }` to `socialLinks`; fixed double →
single quotes throughout JS strings
- **`docs/.vitepress/theme/components/Header.vue`** — added Discord icon
link alongside X/Bluesky; fixed JS string quotes
- **`docs/.vitepress/theme/components/Footer.vue`** — added Discord
`<li>` entry in the socials list; fixed JS import quotes

<!-- START COPILOT CODING AGENT TIPS -->
---

💡 You can make Copilot smarter by setting up custom instructions,
customizing its development environment and configuring Model Context
Protocol (MCP) servers. Learn more [Copilot coding agent
tips](https://gh.io/copilot-coding-agent-tips) in the docs.

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mdong1909 <220303712+mdong1909@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants