Skip to content

Commit

Permalink
add index pages
Browse files Browse the repository at this point in the history
  • Loading branch information
quintenvandamme committed Nov 1, 2021
1 parent 5187164 commit 3f30b65
Show file tree
Hide file tree
Showing 11 changed files with 492 additions and 54 deletions.
23 changes: 23 additions & 0 deletions markdown/articles/build/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Build
permalink: build/index.html
summary: Build dahliaOS
---
## Build dahliaOS

<div class="dahliaOS-card-container mdl-grid">
<a class="mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--3dp" href="/buildroot">
<div class="mdl-card__title">
<h4 class="mdl-card__title-text" align="left">Buildroot</h4>
</div>
<div class="mdl-card__supporting-text">
<span class="mdl-typography--font-light mdl-typography--subhead">Building dahliaOS.</span>
</div><div class="mdl-card__actions">
</div></a>

<div></div></div>
34 changes: 34 additions & 0 deletions markdown/articles/contribute/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: contribute
permalink: contribute/index.html
summary: contribute to dahliaOS
---
## contribute

<div class="dahliaOS-card-container mdl-grid">
<a class="mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--3dp" href="/contributing">
<div class="mdl-card__title">
<h4 class="mdl-card__title-text" align="left">Contributing</h4>
</div>
<div class="mdl-card__supporting-text">
<span class="mdl-typography--font-light mdl-typography--subhead">Learn how to Contribute.</span>
</div><div class="mdl-card__actions">
</div></a>


<a class="mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--3dp" href="/conduct">
<div class="mdl-card__title">
<h4 class="mdl-card__title-text" align="left">Code of Conduct</h4>
</div>
<div class="mdl-card__supporting-text">
<span class="mdl-typography--font-light mdl-typography--subhead">The Code of Conduct.</span>
</div>
<div class="mdl-card__actions">
</div>
</a></div>
74 changes: 74 additions & 0 deletions markdown/articles/developer/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
---
title: developer
permalink: developer/index.html
summary: developing dahliaOS
---
## developing dahliaOS

<div class="dahliaOS-card-container mdl-grid">
<a class="mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--3dp" href="/fimage-setup">
<div class="mdl-card__title">
<h4 class="mdl-card__title-text" align="left">Setting up FImage for Application Development</h4>
</div>
<div class="mdl-card__supporting-text">
<span class="mdl-typography--font-light mdl-typography--subhead"></span>
</div><div class="mdl-card__actions">
</div></a>

<a class="mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--3dp" href="/flutter-fuchsia">
<div class="mdl-card__title">
<h4 class="mdl-card__title-text" align="left">Running a Flutter App on Fuchsia with FImage</h4>
</div>
<div class="mdl-card__supporting-text">
<span class="mdl-typography--font-light mdl-typography--subhead"></span>
</div>
<div class="mdl-card__actions">
</div>
</a>

<a class="mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--3dp" href="/packaging">
<div class="mdl-card__title">
<h4 class="mdl-card__title-text" align="left">Packaging</h4>
</div>
<div class="mdl-card__supporting-text">
<span class="mdl-typography--font-light mdl-typography--subhead">Packaging your app for dahliaOS.</span>
</div>
<div class="mdl-card__actions">
</div>
</a>

<a class="mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--3dp" href="/submitting">
<div class="mdl-card__title">
<h4 class="mdl-card__title-text" align="left">Submitting</h4>
</div>
<div class="mdl-card__supporting-text">
<span class="mdl-typography--font-light mdl-typography--subhead">Submitting your app for dahliaOS.</span>
</div>
<div class="mdl-card__actions">
</div>
</a>


<a class="mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--3dp" href="/roadmap">
<div class="mdl-card__title">
<h4 class="mdl-card__title-text" align="left">Roadmap</h4>
</div>
<div class="mdl-card__supporting-text">
<span class="mdl-typography--font-light mdl-typography--subhead">The dahliaOS roadmap.</span>
</div>
<div class="mdl-card__actions">
</div>
</a>
</div>
21 changes: 21 additions & 0 deletions markdown/articles/hardware/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Hardware
permalink: hardware/index.html
summary: List of dahliaOS Supported Devices.
---
## Hardware

<div class="dahliaOS-card-container mdl-grid">
<a class="mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--3dp" href="/support">
<div class="mdl-card__title">
<h4 class="mdl-card__title-text" align="left">Supported Devices</h4>
</div>
<div class="mdl-card__supporting-text">
<span class="mdl-typography--font-light mdl-typography--subhead">List of Supported Devices.</span>
</div><div class="mdl-card__actions">
</div></a>
<div></div></div>
176 changes: 124 additions & 52 deletions markdown/articles/index.md
Original file line number Diff line number Diff line change
@@ -1,52 +1,124 @@
---
title: Documentation
summary: dahliaOS Documentation overview
---
## dahliaOS Documentation

- Getting started

- [Overview](/)

- Install

- [EFI (x86_64)](/install/efi)
- [BIOS (x86_64)](/install/legacy)
- [QEMU (cli)](/install/QEMU-cli)
- [QEMU (gui)](/install/QEMU-gui)
- [VirtualBox](/install/virtualbox)

- Hardware

- [Supported Devices](/hardware/support)

- OS

- [Linux Based](/os/linux)
- [Zircon Based (FImage)](/os/fimage)

- Pangolin

- [Pangolin on Linux](/pangolin/pangolin-linux)
- [Pangolin Desktop](/pangolin/pangolin)

- Build

- [Buildroot](/build/buildroot)

- Developers

- [Setting up FImage for Application Development](/developer/fimage-setup)
- [Running a Flutter App on Fuchsia with FImage](/developer/flutter-fuchsia)
- [Packaging](/developer/packaging)
- [Submitting](/developer/submitting)
- [Roadmap](/developer/roadmap)

- Contribute

- [Contributing](/contribute/contributing)
- [Code of Conduct](/contribute/conduct)

- License

- [License](/license/LICENSE)
---
title: Documentation
summary: dahliaOS Documentation overview
---
## dahliaOS Documentation

<div class="dahliaOS-card-container mdl-grid">
<a href="/" class="mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--3dp">
<div class="mdl-card__title">
<h4 class="mdl-card__title-text" align="left">Getting Started</h4>
</div>
<div class="mdl-card__supporting-text">
<span class="mdl-typography--font-light mdl-typography--subhead">Overview</span>
</div>
<div class="mdl-card__actions">
</div>
</a>

<a class="mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--3dp" href="/install/">
<div class="mdl-card__title">
<h4 class="mdl-card__title-text" align="left">Install</h4>
</div>
<div class="mdl-card__supporting-text">
<span class="mdl-typography--font-light mdl-typography--subhead">Installing dahliaOS.</span>
</div>
<div class="mdl-card__actions">
</div>
</a>

<a class="mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--3dp" href="/hardware/">
<div class="mdl-card__title">
<h4 class="mdl-card__title-text" align="left">Hardware</h4>
</div>
<div class="mdl-card__supporting-text">
<span class="mdl-typography--font-light mdl-typography--subhead">List of Supported Devices.</span>
</div>
<div class="mdl-card__actions">
</div>
</a>

<a class="mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--3dp" href="/os/">
<div class="mdl-card__title">
<h4 class="mdl-card__title-text" align="left">OS</h4>
</div>
<div class="mdl-card__supporting-text">
<span class="mdl-typography--font-light mdl-typography--subhead">Info about the underlying operating system. </span>
</div>
<div class="mdl-card__actions">
</div>
</a>


<a class="mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--3dp" href="/pangolin/">
<div class="mdl-card__title">
<h4 class="mdl-card__title-text" align="left">Pangolin</h4>
</div>
<div class="mdl-card__supporting-text">
<span class="mdl-typography--font-light mdl-typography--subhead">Info about the Pangolin desktop. </span>
</div>
<div class="mdl-card__actions">
</div>
</a>

<a class="mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--3dp" href="/build/">
<div class="mdl-card__title">
<h4 class="mdl-card__title-text" align="left">Build</h4>
</div>
<div class="mdl-card__supporting-text">
<span class="mdl-typography--font-light mdl-typography--subhead">Building dahliaOS.</span>
</div>
<div class="mdl-card__actions">
</div>
</a>

<a class="mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--3dp" href="/developer/">
<div class="mdl-card__title">
<h4 class="mdl-card__title-text" align="left">Developers</h4>
</div>
<div class="mdl-card__supporting-text">
<span class="mdl-typography--font-light mdl-typography--subhead">Info on developing for dahliaOS.</span>
</div>
<div class="mdl-card__actions">
</div>
</a>

<a class="mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--3dp" href="/contribute/">
<div class="mdl-card__title">
<h4 class="mdl-card__title-text" align="left">Contribute</h4>
</div>
<div class="mdl-card__supporting-text">
<span class="mdl-typography--font-light mdl-typography--subhead">Info about contributing.</span>
</div>
<div class="mdl-card__actions">
</div>
</a>
<a class="mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--3dp" href="/license/">
<div class="mdl-card__title">
<h4 class="mdl-card__title-text" align="left">License</h4>
</div>
<div class="mdl-card__supporting-text">
<span class="mdl-typography--font-light mdl-typography--subhead">The license.</span>
</div>
<div class="mdl-card__actions">
</div>
</a>
</div>
Loading

0 comments on commit 3f30b65

Please sign in to comment.