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

content: create ofetch 101 article #108

Closed
wants to merge 15 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 30 additions & 18 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,24 +126,30 @@ export default defineAppConfig({
{
title: 'Content',
items: [
// {
// title: 'Learn',
// url: '/learn',
// rel: null,
// target: null,
// },
// {
// title: 'Build',
// url: '/build',
// rel: null,
// target: null,
// },
// {
// title: 'Explore',
// url: '/explore',
// rel: null,
// target: null,
// },
{
title: 'Resouces',
url: '/resources',
rel: null,
target: null,
},
{
title: 'Learn',
url: '/resources/learn',
rel: null,
target: null,
},
// {
// title: 'Build',
// url: '/build',
// rel: null,
// target: null,
// },
// {
// title: 'Explore',
// url: '/explore',
// rel: null,
// target: null,
// },
{
title: 'Search',
url: '/search',
Expand All @@ -161,6 +167,12 @@ export default defineAppConfig({
rel: 'noopener',
target: '_blank',
},
{
title: 'X',
url: 'https://x.com/unjsio',
rel: 'noopener',
target: '_blank',
},
{
title: 'GitHub',
url: 'https://github.com/unjs',
Expand Down
4 changes: 4 additions & 0 deletions content/3.resources.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
title: Resources
description: Get started with UnJS, craft a project from scratch and deep dive into into packages to learn how they are built.
navigation.icon: i-heroicons-beaker-solid
layout: resources
5 changes: 5 additions & 0 deletions content/3.resources/1.learn.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
title: Learn the basics
description: Embark on a journey through this vast ecosystem, unraveling the mysteries and unlocking the true potential of more than twenty amazing packages.
navigation.icon: i-heroicons-rocket-launch-solid
navigation.description: Embark on a journey through this vast ecosystem
layout: learn
Loading