Skip to content

Commit

Permalink
Added files, yet to put down content
Browse files Browse the repository at this point in the history
  • Loading branch information
ineshbose committed Feb 18, 2022
1 parent 9a425de commit 3a94bb5
Show file tree
Hide file tree
Showing 10 changed files with 65 additions and 48 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-wiki.yml
Expand Up @@ -20,6 +20,9 @@ jobs:
npx ts-node docs/meetings/generate.ts docs/meetings/ docs/meetings/meetings.t.md
- name: Copy file
run: cp docs/index.md docs/Home.md
- name: Change text
run: |
sed -i '0,/Documentation/s//Wiki/' docs/Home.md
- name: Convert status report to MD
uses: docker://pandoc/core:2.9
with:
Expand Down
1 change: 1 addition & 0 deletions docs/Development.md
@@ -0,0 +1 @@
# Development
1 change: 1 addition & 0 deletions docs/FAQ.md
@@ -0,0 +1 @@
# Frequently Asked Questions (FAQ)
1 change: 1 addition & 0 deletions docs/GetStarted.md
@@ -0,0 +1 @@
# Get Started
26 changes: 13 additions & 13 deletions docs/index.md
@@ -1,13 +1,13 @@
<br />
<div align="center">
<p align="center">
<img alt="Portion Mate logo" src="https://portion-mate-glasgow.readthedocs.io/en/latest/assets/logo.png" height="250px">

<h3 align="center">Portion Mate</h3>
<h5 align="center">Documentation / Wiki</h5>

<p align="center">
<!-- BADGES / SHIELDS -->
</p>
</p>
</div>
<br />
<div align="center">
<p align="center">
<img alt="Portion Mate logo" src="https://portion-mate-glasgow.readthedocs.io/en/latest/assets/logo.png" height="250px">

<h3 align="center">Portion Mate</h3>
<h5 align="center">Documentation</h5>

<p align="center">
<!-- BADGES / SHIELDS -->
</p>
</p>
</div>
1 change: 1 addition & 0 deletions docs/navigation/Home.md
@@ -0,0 +1 @@
# Home Page
1 change: 1 addition & 0 deletions docs/navigation/Journal.md
@@ -0,0 +1 @@
# Journals
1 change: 1 addition & 0 deletions docs/navigation/Resources.md
@@ -0,0 +1 @@
# Resources
1 change: 1 addition & 0 deletions docs/navigation/Stats.md
@@ -0,0 +1 @@
# Statistics
77 changes: 42 additions & 35 deletions mkdocs.yml
@@ -1,35 +1,42 @@
site_name: Portion Mate
site_url: https://portion-mate-glasgow.readthedocs.io/en/latest/
site_author: Inesh Bose
site_description: >-
Portion Mate is your mate for your daily portion intake.
repo_url: https://github.com/ineshbose/portion-mate
repo_name: portion-mate

plugins:
- search

theme:
name: material
language: en
palette:
primary: amber
accent: orange
font:
text: Roboto
logo: assets/logo.png
favicon: assets/favicon/favicon.ico

markdown_extensions:
- codehilite


extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ineshbose/portion-mate
- icon: fontawesome/brands/behance
link: /#

nav:
- Home: index.md
site_name: Portion Mate
site_url: https://portion-mate-glasgow.readthedocs.io/en/latest/
site_author: Inesh Bose
site_description: >-
Portion Mate is your mate for your daily portion intake.
repo_url: https://github.com/ineshbose/portion-mate
repo_name: portion-mate

plugins:
- search

theme:
name: material
language: en
palette:
primary: amber
accent: orange
font:
text: Roboto
logo: assets/logo.png
favicon: assets/favicon/favicon.ico

markdown_extensions:
- codehilite

extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ineshbose/portion-mate
- icon: fontawesome/brands/behance
link: /#

nav:
- Home: index.md
- Get Started: GetStarted.md
- Navigation:
- Home: navigation/Home.md
- Journal: navigation/Journal.md
- Stats: navigation/Stats.md
- Resources: navigation/Resources.md
- Development: Development.md
- FAQ: FAQ.md

0 comments on commit 3a94bb5

Please sign in to comment.