Skip to content

Commit afc906e

Browse files
committed
refactor: update logo and remove unused documentation files
- Replaced the favicon with a new logo in the Astro configuration. - Deleted outdated documentation files related to Angular tutorials in German and French, including API server and task management sections. - Adjusted global CSS variables for improved theme consistency.
1 parent 5c8cbe0 commit afc906e

File tree

89 files changed

+15
-10253
lines changed

Some content is hidden

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

89 files changed

+15
-10253
lines changed

astro.config.mjs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default defineConfig({
1313
title: "Angular Tutorials",
1414
favicon: "/public/favicon.svg",
1515
logo: {
16-
src: "/public/favicon.svg",
16+
src: "/public/logo.png",
1717
},
1818
social: [
1919
{
@@ -240,12 +240,6 @@ export default defineConfig({
240240
en: {
241241
label: "English",
242242
},
243-
fr: {
244-
label: "Français",
245-
},
246-
de: {
247-
label: "Deutsch",
248-
},
249243
},
250244
}),
251245
react(),

public/logo.png

37.8 KB
Loading

src/content/docs/de/api-server/add-http-client.mdx

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

src/content/docs/de/api-server/create-task.mdx

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

0 commit comments

Comments
 (0)