Skip to content

Commit def6d84

Browse files
committed
prod doc
1 parent 833c287 commit def6d84

File tree

13 files changed

+5977
-36
lines changed

13 files changed

+5977
-36
lines changed

Gemfile.lock

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ GEM
1010
eventmachine (>= 0.12.9)
1111
http_parser.rb (~> 0)
1212
eventmachine (1.2.7)
13-
ffi (1.17.0-arm64-darwin)
14-
ffi (1.17.0-x86_64-linux-gnu)
13+
ffi (1.17.0)
1514
forwardable-extended (2.6.0)
1615
google-protobuf (4.28.2-arm64-darwin)
1716
bigdecimal
@@ -70,10 +69,9 @@ GEM
7069
rexml (3.3.8)
7170
rouge (4.4.0)
7271
safe_yaml (1.0.5)
73-
sass-embedded (1.79.4-arm64-darwin)
74-
google-protobuf (~> 4.27)
75-
sass-embedded (1.79.4-x86_64-linux-gnu)
76-
google-protobuf (~> 4.27)
72+
sass-embedded (1.81.0)
73+
google-protobuf (~> 4.28)
74+
rake (>= 13)
7775
terminal-table (3.0.2)
7876
unicode-display_width (>= 1.1.1, < 3)
7977
unicode-display_width (2.6.0)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Documentation template for OS2 projects
1+
# FleetOptimiser OS2 Documentation
22

3-
## 🏗️ Getting started
3+
## ️ Getting started
44

55
This is a *bare-minimum* template to create a [Jekyll][Jekyll] site that:
66

_config.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
title: Just the Docs Template
2-
description: A starter template for a Jeykll site using the Just the Docs theme!
1+
title: FleetOptimiser OS2 Documentation
2+
description: The documentation of FleetOptimiser OS2
33
theme: just-the-docs
44

55
url: https://just-the-docs.github.io
66

7+
logo: /assets/fologos.png
8+
79
aux_links:
8-
Template Repository: https://github.com/just-the-docs/just-the-docs-template
10+
FleetOptimiser OS2: https://github.com/OS2fleetoptimiser/OS2fleetoptimiser

assets/favicon.ico

15 KB
Binary file not shown.

assets/fologos.png

50.2 KB
Loading

assets/foprod.png

176 KB
Loading

assets/logo_shadows.svg

Lines changed: 5850 additions & 0 deletions
Loading

assets/templogo.png

7.87 KB
Loading

developing.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Developing
3+
layout: default
4+
nav_order: 3
5+
---
6+
# Developing

extractors.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Extractors
3+
layout: default
4+
nav_order: 4
5+
---
6+
7+
# Extractors

0 commit comments

Comments
 (0)