Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Commit

Permalink
Rearrange site layout to make pages more obvious
Browse files Browse the repository at this point in the history
Change Design.md to use .puml files

Add links to site-nav

remove _site files from cache

Remove unnecessary files

Add about page
  • Loading branch information
kaixin-hc committed Mar 31, 2022
1 parent 3a523df commit 484b909
Show file tree
Hide file tree
Showing 218 changed files with 51 additions and 15,076 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ datastore-dev/datastore/*

# Docs
docs/_site/*
docs/_markbind/logs/markbind-2022-01-15.log
docs/_markbind/logs/*
11 changes: 7 additions & 4 deletions docs/_markbind/layouts/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<li><a href="{{ baseUrl }}/index.html" class="nav-link">HOME</a></li>
<li><a href="{{ baseUrl }}/contributing.html" class="nav-link">CONTRIBUTING</a></li>
<li><a href="{{ baseUrl }}/about.html" class="nav-link">ABOUT</a></li>

<li><a href="http://teammatesv4.appspot.com/" class="nav-link">PRODUCT WEBSITE <md>:glyphicon-share-alt:</md></a></li>
<li><a href="https://github.com/TEAMMATES/teammates" target="_blank" class="nav-link"><md>:fab-github:</md></a></li>
<li slot="right">
<form class="navbar-form">
<searchbar :data="searchData" placeholder="Search" :on-hit="searchCallback" menu-align-right></searchbar>
Expand All @@ -27,12 +28,14 @@
<div class="nav-component slim-scroll">
<site-nav>

* Getting Started :expanded:
* About Markbind :expanded:
* [Introduction]({{ baseUrl }}/index.html)
* [Overview]({{ baseUrl }}/overview.html)
* Getting Started :expanded:
* [Setting Up]({{ baseUrl }}/setting-up.html)
* [Search]({{ baseUrl }}/search.html)
* [Contributing]({{ baseUrl }}/contributing.html) :expanded:
* [Search]({{ baseUrl }}/search.html)
* Workflow :expanded:
* [Contributing]({{ baseUrl }}/contributing.html)
* [Issues]({{ baseUrl }}/issues.html)
* [Process]({{ baseUrl }}/process.html)
* [Development]({{ baseUrl }}/development.html)
Expand Down

This file was deleted.

1,982 changes: 0 additions & 1,982 deletions docs/_markbind/logs/markbind-2022-01-15.log

This file was deleted.

3 changes: 0 additions & 3 deletions docs/_markbind/variables.json

This file was deleted.

47 changes: 0 additions & 47 deletions docs/_site/CONTRIBUTING.html

This file was deleted.

13 changes: 0 additions & 13 deletions docs/_site/CONTRIBUTING.page-vue-render.js

This file was deleted.

3 changes: 0 additions & 3 deletions docs/_site/_markbind/variables.json

This file was deleted.

40 changes: 0 additions & 40 deletions docs/_site/about.html

This file was deleted.

Loading

0 comments on commit 484b909

Please sign in to comment.