From eb78d4de39bc5ea7d4b328fed9d5b2ee606acb33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Haukur=20P=C3=A1ll=20Hallvar=C3=B0sson?= Date: Sat, 29 Apr 2023 13:53:05 +0000 Subject: [PATCH] =?UTF-8?q?Fyrstu=20skrefin=20a=C3=B0=20=C3=BE=C3=BD=C3=B0?= =?UTF-8?q?ingu=20fyrstu=20skrefa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Layout/HomeContent.js | 10 +- src/components/Layout/Toc.tsx | 2 +- src/components/Layout/TopNav/TopNav.tsx | 12 +- src/components/MDX/MDXComponents.tsx | 2 +- src/components/Seo.tsx | 2 +- src/content/index.md | 4 +- src/content/learn/index.md | 375 ++++++++++++------------ src/sidebarHome.json | 6 +- src/sidebarLearn.json | 10 +- src/utils/prepareMDX.js | 2 +- 10 files changed, 214 insertions(+), 211 deletions(-) diff --git a/src/components/Layout/HomeContent.js b/src/components/Layout/HomeContent.js index 0597642ae..6b85ba4dd 100644 --- a/src/components/Layout/HomeContent.js +++ b/src/components/Layout/HomeContent.js @@ -131,7 +131,7 @@ export function HomeContent() { React

- The library for web and native user interfaces + Forritasafnið fyrir notendaviðmót á vefnum og heimavangi

- Learn React + label="Lærðu React"> + Lærðu React - API Reference + label="Forritaskil"> + Forritaskil
diff --git a/src/components/Layout/Toc.tsx b/src/components/Layout/Toc.tsx index a24bbced6..8a727971c 100644 --- a/src/components/Layout/Toc.tsx +++ b/src/components/Layout/Toc.tsx @@ -16,7 +16,7 @@ export function Toc({headings}: {headings: Toc}) {