You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

59 lines
1.8 KiB

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
<title>Frequency Downconverter</title>
<link rel="stylesheet" href="https://unpkg.com/docute@3/dist/docute.css">
<script type="text/javascript">block_aplayer = true;</script>
<script src="https://cdn.yimian.xyz/ushio-js/ushio-head.min.js"></script>
</head>
<body>
<div id="app"></div>
<script src="https://unpkg.com/docute@3/dist/docute.js"></script>
<script src="https://cdn.yimian.xyz/ushio-js/ushio-footer.min.js"></script>
<script>
docute.init({
title: 'Frequency Downconverter',
repo: 'iotcat/fdc',
twitter: 'iotcat',
'edit-link': 'https://github.com/IoTcat/fdc/blob/master/docs/',
nav: {
default: [
{
title: 'Home', path: '/'
},
{
title: 'Circuit Design', path: '/part/circuit'
},
{
title: 'PCB Design', path: '/part/pcb'
},
{
title: 'Test and Result', path: '/part/result'
},
{
title: 'Log', type: 'dropdown', items: [
{
title: "Log Book",
path: "/log/logbook"
},
{
title: "AA Meeting Log",
path: "/log/aameeting"
},
{
title: "Group Meeting Log",
path: "/log/groupmeeting"
},
]
}
]
}
})
</script>
</body>
</html>