Skip to content

Commit 5f2ee56

Browse files
authored
Merge pull request #1 from microsoft/hsts
Enable HSTS in production and add HTTPS redirection
2 parents de5f961 + 29c8bff commit 5f2ee56

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+865
-692
lines changed

.github/workflows/frontend-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
node_version:
77
description: Node.js version
88
required: true
9+
default: '22.x'
910
type: string
1011

1112
permissions:

Aspire.Dev.slnx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<Solution>
2+
<Folder Name="/apphost/">
3+
<Project Path="src/apphost/Aspire.Dev.AppHost/Aspire.Dev.AppHost.csproj" />
4+
</Folder>
5+
<Folder Name="/statichost/">
6+
<Project Path="src/statichost/StaticHost/StaticHost.csproj" />
7+
</Folder>
8+
<Project Path="src/frontend/frontend.esproj">
9+
<Build />
10+
<Deploy />
11+
</Project>
12+
</Solution>

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Thank you for your interest in contributing to the Aspire documentation website!
77
Before you begin, ensure you have the following installed:
88

99
- **[.NET 9.0 SDK](https://dotnet.microsoft.com/download/dotnet/9.0)** - Required for the Aspire AppHost
10-
- **[Aspire CLI](https://aspire.dev/get-started/installation/)** - For running Aspire
10+
- **[Aspire CLI](https://aspire.dev/get-started/install-cli/)** - For running Aspire
1111
- **[Node.js](https://nodejs.org/en/download)** (LTS version recommended) - For frontend development
1212
- **[Git](https://git-scm.com/downloads)** - For version control
1313

src/Aspire.Dev.slnx

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/frontend/sidebar.topics.ts

Lines changed: 30 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -109,25 +109,26 @@ export const sidebarTopics: StarlightSidebarTopicsUserConfig = [
109109
slug: 'get-started/prerequisites'
110110
},
111111
{
112-
label: 'Installation',
112+
label: 'Install CLI',
113113
translations: {
114-
da: 'Installation',
115-
de: 'Installation',
116-
en: 'Installation',
117-
es: 'Instalación',
118-
fr: 'Installation',
119-
hi: 'स्थापना',
120-
id: 'Instalasi',
121-
it: 'Installazione',
122-
ja: 'インストール',
123-
ko: '설치',
124-
'pt-BR': 'Instalação',
125-
'pt-PT': 'Instalação',
126-
ru: 'Установка',
127-
tr: 'Kurulum',
128-
uk: 'Встановлення',
129-
'zh-CN': '安装',
130-
}, slug: 'get-started/installation'
114+
da: 'Installer CLI',
115+
de: 'CLI installieren',
116+
en: 'Install CLI',
117+
es: 'Instalar CLI',
118+
fr: 'Installer CLI',
119+
hi: 'CLI इंस्टॉल करें',
120+
id: 'Instal CLI',
121+
it: 'Installa CLI',
122+
ja: 'CLI をインストール',
123+
ko: 'CLI 설치',
124+
'pt-BR': 'Instalar CLI',
125+
'pt-PT': 'Instalar CLI',
126+
ru: 'Установить CLI',
127+
tr: 'CLI Kur',
128+
uk: 'Встановити CLI',
129+
'zh-CN': '安装 CLI',
130+
},
131+
slug: 'get-started/install-cli'
131132
},
132133
{
133134
label: 'First app',
@@ -624,13 +625,8 @@ export const sidebarTopics: StarlightSidebarTopicsUserConfig = [
624625
}, slug: 'reference/cli/overview'
625626
},
626627
{
627-
label: 'Install', translations: {
628-
da: 'Installation', de: 'Installation', en: 'Install', es: 'Instalar', fr: 'Installer', hi: 'इंस्टॉल', id: 'Instalasi', it: 'Installazione', ja: 'インストール', ko: '설치', pt: 'Instalar', 'pt-BR': 'Instalar', 'pt-PT': 'Instalar', ru: 'Установка', tr: 'Kurulum', uk: 'Встановлення', 'zh-CN': '安装'
629-
}, slug: 'reference/cli/install'
630-
},
631-
{
632-
label: 'Install Script', translations: {
633-
da: 'Installationsscript', de: 'Installationsskript', en: 'Install Script', es: 'Script de instalación', fr: 'Script d\'installation', hi: 'इंस्टॉलेशन स्क्रिप्ट', id: 'Skrip Instalasi', it: 'Script di installazione', ja: 'インストールスクリプト', ko: '설치 스크립트', pt: 'Script de instalação', 'pt-BR': 'Script de instalação', 'pt-PT': 'Script de instalação', ru: 'Скрипт установки', tr: 'Kurulum Betiği', uk: 'Скрипт установки', 'zh-CN': '安装脚本'
628+
label: 'Install script', translations: {
629+
da: 'Installationsscript', de: 'Installationsskript', en: 'Install script', es: 'Script de instalación', fr: 'Script d\'installation', hi: 'इंस्टॉलेशन स्क्रिप्ट', id: 'Skrip Instalasi', it: 'Script di installazione', ja: 'インストールスクリプト', ko: '설치 스크립트', pt: 'Script de instalação', 'pt-BR': 'Script de instalação', 'pt-PT': 'Script de instalação', ru: 'Скрипт установки', tr: 'Kurulum Betiği', uk: 'Скрипт установки', 'zh-CN': '安装脚本'
634630
}, slug: 'reference/cli/install-script'
635631
},
636632
{
@@ -645,7 +641,13 @@ export const sidebarTopics: StarlightSidebarTopicsUserConfig = [
645641
{ label: 'aspire', slug: 'reference/cli/commands/aspire' },
646642
{ label: 'aspire add', slug: 'reference/cli/commands/aspire-add' },
647643
{
648-
label: 'aspire config', items: [
644+
label: 'aspire cache', collapsed: true, items: [
645+
{ label: 'aspire cache', slug: 'reference/cli/commands/aspire-cache' },
646+
{ label: 'aspire cache clear', slug: 'reference/cli/commands/aspire-cache-clear' },
647+
]
648+
},
649+
{
650+
label: 'aspire config', collapsed: true, items: [
649651
{ label: 'aspire config', slug: 'reference/cli/commands/aspire-config' },
650652
{ label: 'aspire config list', slug: 'reference/cli/commands/aspire-config-list' },
651653
{ label: 'aspire config get', slug: 'reference/cli/commands/aspire-config-get' },
@@ -654,7 +656,9 @@ export const sidebarTopics: StarlightSidebarTopicsUserConfig = [
654656
]
655657
},
656658
{ label: 'aspire deploy', slug: 'reference/cli/commands/aspire-deploy' },
659+
{ label: 'aspire do', slug: 'reference/cli/commands/aspire-do' },
657660
{ label: 'aspire exec', slug: 'reference/cli/commands/aspire-exec' },
661+
{ label: 'aspire init', slug: 'reference/cli/commands/aspire-init' },
658662
{ label: 'aspire new', slug: 'reference/cli/commands/aspire-new' },
659663
{ label: 'aspire publish', slug: 'reference/cli/commands/aspire-publish' },
660664
{ label: 'aspire run', slug: 'reference/cli/commands/aspire-run' },

0 commit comments

Comments
 (0)