Skip to content

Commit acf8726

Browse files
committed
Add color styles
1 parent e11e875 commit acf8726

File tree

6 files changed

+15
-4
lines changed

6 files changed

+15
-4
lines changed

docs/hosting/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ Then run the startup commands again (either `up.sh` or `docker compose`).
114114
By default, the server will create a database on the provided MySQL server if it does not yet exist.
115115
You can change this behavior through the **build-db** command-line parameter,
116116
it takes the following options:
117+
117118
* never: *never* creates the database, not even if there does not exist one yet.
118119
Use this only if you expect the database to be created through other means, such
119120
as MySQL group replication.

docs/media/upload_and_review.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/stylesheets/extra.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
:root > * {
2-
--md-primary-fg-color: #0047BB;
2+
--md-primary-fg-color: #0047BB; /* banner */
33
}
44

5+
[data-md-color-scheme=slate] {
6+
--md-default-fg-color: #C5C6C8;
7+
--md-default-fg-color--light: #C5C6C8;
8+
}
9+
10+
[data-md-color-scheme=default] {
11+
--md-default-fg-color: #545557;
12+
}
13+
14+
515
/* AIOD colors
616
dark blue: #0047BB
717
alternative dark blue: #003399:

docs/using/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The REST API allows you to retrieve, update, or remove asset metadata in the met
44
The assets are indexed from many different platforms, such as educational resources from [AIDA](https://www.i-aida.org),
55
datasets from [HuggingFace](https://huggingface.co), models from [OpenML](https://openml.org), and many more.
66

7-
The REST API is available at [`https://api.aiod.eu`](https://api.aiod.eu) and documentation on endpoints
7+
The REST API is available at [https://api.aiod.eu](https://api.aiod.eu) and documentation on endpoints
88
is available on complementary [Swagger](https://api.aiod.eu/docs) and [ReDoc](https://api.aiod.eu/redoc) pages.
99

1010
To use the REST API, simply make HTTP requests to the different endpoints.

mkdocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repo_url: https://github.com/aiondemand/AIOD-rest-api
44
edit_uri: edit/develop/docs/
55
theme:
66
name: material
7-
logo: assets/secondary-neg-white-25p.webp
7+
logo: media/secondary-neg-white-25p.webp
88
features:
99
- content.code.copy
1010
- navigation.footer

0 commit comments

Comments
 (0)