Skip to content

Auto-generation of Prev Next Link #1423

Closed Answered by quan787
quan787 asked this question in Q&A
Discussion options

You must be logged in to vote

edit: solution in replies

import footnote from 'markdown-it-footnote'
import { defineConfig } from 'vitepress'

export default {
    title: 'meteoroid.fit',
    description: 'Just playing around.',
    themeConfig: {
        logo: '/icon.png',
        nav: [
            { text: '全景图', link: 'http://demo.meteoroid.fit/pano/album.html' },
            { text: '文档源码', link: 'https://github.com/quan787/blog_meteoroid_fit' }
        ],
        sidebar: [
            {
                text: '流星探测理论',
                items: [
                    { text: '前言', link: 'meteor/motivation' },
                    { text: '流星探测原理(1)', link: 'meteor/concepts' },
                    { text: '流星探测原理(2)', link

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@brc-dd
Comment options

@quan787
Comment options

Answer selected by quan787
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants