Skip to content

Commit

Permalink
docs: minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Aug 5, 2024
1 parent ff734e8 commit cb20a38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/headings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ const headings = [
{
level: 2,
title: 'Scaffold new Vike app',
url: '/new',
sectionTitles: ['Without `vike-{react,vue,solid}`']
url: '/new'
},
{
level: 2,
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/express/+Page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ import { Link } from '@brillout/docpress'

<UseBati>[Express.js](https://expressjs.com)</UseBati>

You can also have a look at the <Link text="official boilerplates" href="/new#without-vike-react-vue-solid" doNotInferSectionTitle /> as they use Express.
You can also have a look at the <Link href="/new#without-vike-react-vue-solid">official boilerplates</Link> as they use Express.

0 comments on commit cb20a38

Please sign in to comment.