Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Restructure the documentation #278

Merged
merged 14 commits into from
Dec 6, 2024
  •  
  •  
  •  
5 changes: 4 additions & 1 deletion app.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<script setup lang="ts">
import { headerLinks } from './header-links';

const { seo } = useAppConfig();

const { data: navigation } = await useAsyncData('navigation', () => fetchContentNavigation());
Expand Down Expand Up @@ -43,7 +45,8 @@ useSeoMeta({
<NuxtPwaManifest />
<NuxtLoadingIndicator />

<HeaderComponent />
<!-- FIXME: Hack, we want to pass computed property while `useHeaderNav` expects an array -->
<HeaderComponent :links="computed(() => headerLinks()) as any" />

<UMain>
<NuxtLayout>
Expand Down
1 change: 0 additions & 1 deletion content/00.build/05.start-coding/_dir.yml

This file was deleted.

12 changes: 0 additions & 12 deletions content/00.build/20.zksync-cli/90.reference/00.index.md

This file was deleted.

36 changes: 0 additions & 36 deletions content/00.build/40.tooling/20.hardhat/00.index.md

This file was deleted.

1 change: 0 additions & 1 deletion content/00.build/40.tooling/20.hardhat/_dir.yml

This file was deleted.

1 change: 0 additions & 1 deletion content/00.build/40.tooling/30.foundry/_dir.yml

This file was deleted.

1 change: 0 additions & 1 deletion content/00.build/60.test-and-debug/_dir.yml

This file was deleted.

59 changes: 0 additions & 59 deletions content/00.build/65.developer-reference/00.index.md

This file was deleted.

This file was deleted.

Loading
Loading