2022-09-28 04:48:31 +08:00

40 lines
1.2 KiB
JavaScript

export default {
title: 'blogs',
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/start' },
{ text: '探测原理', link: 'meteor/concepts' },
{ text: '世界上的流星监测网', link: 'meteor/networks' }
]
},
{
text: 'meteoroid.fit网站',
items: [
{ text: '注册', link: 'website/register' }
]
},
{
text: '架设流星探测设备',
items: [
{ text: '总体设计', link: 'hardware/overall' }
]
},
{
items: [{
text: '京ICP备19031740号-2',
link: 'https://beian.miit.gov.cn/'
}]
}
]
}
}