From 8248465df096388a0b29a178a152ec5390de6e94 Mon Sep 17 00:00:00 2001 From: chvmvd <104971044+chvmvd@users.noreply.github.com> Date: Thu, 5 Oct 2023 19:47:56 +0900 Subject: [PATCH] Mark advanced section --- docs/2-browser-apps/06-css-arrangement/index.md | 2 +- docs/3-web-servers/08-cookie/index.md | 2 +- docs/4-advanced/index.md | 2 +- docs/5-team-development/index.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/2-browser-apps/06-css-arrangement/index.md b/docs/2-browser-apps/06-css-arrangement/index.md index f31e59543..4b2b83c0e 100644 --- a/docs/2-browser-apps/06-css-arrangement/index.md +++ b/docs/2-browser-apps/06-css-arrangement/index.md @@ -1,5 +1,5 @@ --- -title: CSS による配置 +title: CSS による配置(発展) --- import CodeBlock from '@theme/CodeBlock'; diff --git a/docs/3-web-servers/08-cookie/index.md b/docs/3-web-servers/08-cookie/index.md index 4ecc6429e..7373306c2 100644 --- a/docs/3-web-servers/08-cookie/index.md +++ b/docs/3-web-servers/08-cookie/index.md @@ -1,5 +1,5 @@ --- -title: Cookie と認証 +title: Cookie と認証(発展) --- import CodeBlock from '@theme/CodeBlock'; diff --git a/docs/4-advanced/index.md b/docs/4-advanced/index.md index 4a97980ea..6c5b00c9e 100644 --- a/docs/4-advanced/index.md +++ b/docs/4-advanced/index.md @@ -1,5 +1,5 @@ --- -title: 現代のアプリを支える技術を学ぼう +title: 現代のアプリを支える技術を学ぼう(発展) --- これまでのカリキュラムで、ウェブアプリが動作する基本的な仕組みを学んできました。このセクションでは、複雑化する現代のアプリケーションを構築するためによく用いられる技術について学びます。 diff --git a/docs/5-team-development/index.md b/docs/5-team-development/index.md index 5a0605000..7577ef2de 100644 --- a/docs/5-team-development/index.md +++ b/docs/5-team-development/index.md @@ -1,5 +1,5 @@ --- -title: チーム開発を始める前に +title: チーム開発を始める前に(発展) --- この章では、チーム開発を行う上で必要となる知識について学んでいきます。