Skip to content

Commit

Permalink
updated to docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Nov 15, 2024
1 parent 093cba4 commit 862e585
Show file tree
Hide file tree
Showing 29,355 changed files with 2,970,923 additions and 2,901 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
81 changes: 0 additions & 81 deletions .ci/extract.sh

This file was deleted.

17 changes: 0 additions & 17 deletions .ci/install.sh

This file was deleted.

38 changes: 0 additions & 38 deletions .ci/push.sh

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/docs.yml

This file was deleted.

55 changes: 55 additions & 0 deletions .github/workflows/docusaurus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: [master]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow one concurrent deployment
concurrency:
group: "pages"
cancel-in-progress: true

env:
# Hosted GitHub runners have 7 GB of memory available, let's use 6 GB
NODE_OPTIONS: --max-old-space-size=6144

jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 22.x
cache: yarn
- name: Install dependencies
run: yarn add --frozen-lockfile --non-interactive remark-math@6 rehype-katex@7 @aldridged/docusaurus-plugin-lunr docusaurus-lunr-search
- name: Build
run: yarn build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
# Upload entire repository
path: build
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
.ci/deploy_key_github

build/

*.swp
*.swo
21 changes: 0 additions & 21 deletions _config.yml

This file was deleted.

6 changes: 0 additions & 6 deletions _includes/head_custom.html

This file was deleted.

26 changes: 0 additions & 26 deletions _includes/katex.html

This file was deleted.

12 changes: 0 additions & 12 deletions _layouts/katex.html

This file was deleted.

34 changes: 0 additions & 34 deletions assets/js/mathtex-script-type.js

This file was deleted.

14 changes: 14 additions & 0 deletions blog/2024/11-13-new-documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
slug: new-documentation
title: New documentation
authors: [klaxalk]
tags: [mrs]
---

New documentation

We have moved the docs to docusaurus.
This will allow us to properly version the docs and keep the version history.
Thanks to this, the users should be able to find the right docs for the current version of the system they are using.

<!-- truncate -->
7 changes: 7 additions & 0 deletions blog/authors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
klaxalk:
name: Tomas Baca
title: Postdoc @ MRS
url: https://github.com/klaxalk
image_url: https://github.com/klaxalk.png
socials:
github: klaxalk
9 changes: 9 additions & 0 deletions blog/tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
mrs:
label: Multirobot Systems
permalink: /mrs
description: MRS tag description

fly4future:
label: Fly4Future
permalink: /fly4future
description: Fly4Future tag description
5 changes: 5 additions & 0 deletions docs/01-introduction/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Introduction
---

# The MRS UAV System (MUS) documentation
5 changes: 5 additions & 0 deletions docs/10-prerequisities/01-linux.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Linux OS
---

# Linux OS
Loading

0 comments on commit 862e585

Please sign in to comment.