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

Docsify #1

Merged
merged 23 commits into from
Apr 13, 2024
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
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
Prev Previous commit
Next Next commit
adjust layout of coverpage and navbar
lalalabox committed Nov 18, 2023
commit 290c311842da790a1714e5a667087ecbb52813b9
1 change: 1 addition & 0 deletions docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<img src="images/logo_DOA_large.png" width="600">

[Gravity Home](https://jupyter.gravity.sjtu.edu.cn/)
[Get started](/README.md)
2 changes: 1 addition & 1 deletion docs/_navbar.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- [Cheatsheet](/QuickStart?id=cheatsheet-📜)
- [Gravity Homepage](https://jupyter.gravity.sjtu.edu.cn/)
- [Gravity Home](https://jupyter.gravity.sjtu.edu.cn/)
- [Department of Astronomy (SJTU)](http://astro.sjtu.edu.cn/)
14 changes: 12 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -3,14 +3,24 @@
<head>
<meta charset="UTF-8">
<title>Gravity Documentation</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<meta name="keywords" content="sjtu,doa,astronomy,hpc,cluster,jupyter,documentation">
<link rel="stylesheet" href="https://jupyter.gravity.sjtu.edu.cn/file/api/public/dl/bjEJwMgn/JS_cache/vue.css">
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css"> -->
<style>
nav.app-nav li ul {
min-width: 100px;
}

#carbonads {
box-shadow: none !important;
width: auto !important;
}
</style>

</head>
<body>
<div id="app"></div>
<div id="app">Loading (/≧▽≦)/... ...</div>
<script>
window.$docsify = {
auto2top: true,