Skip to content

Commit 38bcff1

Browse files
committed
Add fixed files and config files
1 parent 6a9fa9d commit 38bcff1

11 files changed

Lines changed: 206 additions & 0 deletions

File tree

docs/_logos/BHoM_logo.svg

Lines changed: 84 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

docs/_logos/favicon.ico

15 KB
Binary file not shown.

docs/_logos/logo.png

1.42 KB
Loading

docs/index.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: BHoM oM Documentation
3+
---
4+
5+
#
6+
7+
<p align="center">
8+
<img width="500" src="https://raw.githubusercontent.com/BHoM/documentation/main/Images/logos/BHoM_Logo.png">
9+
</p>
10+
11+
<br/><br/>
12+
13+
## BHoM oM Documentation
14+
15+
Welcome to the BHoM oM Documentation. This site contains the documentation of all the objects in the toolkits and repositories in the BHoM organisation part of the BHoM installer.
16+
17+
For access to the source code for all objects described in this page, please visit [BHoM github](https://github.com/BHoM).
18+
19+
For latest installer please visit [BHoM homepage](https://bhom.xyz/)
20+
21+
For general documentation please see [BHoM documentation](https://bhom.xyz/documentation)

docs/javascripts/tablesort.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
document$.subscribe(function() {
2+
var tables = document.querySelectorAll("article table:not([class])")
3+
tables.forEach(function(table) {
4+
new Tablesort(table)
5+
})
6+
})
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
:root {
2+
--md-admonition-icon--bhom: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="23 65 140 160"><path d="M71.81 66.14v78.03h10.8l.44-25.08 18.3-.1.52-25.36a11 11 0 0 1-8.49-11.42c.44-5.49 5.23-9.7 10.18-9.7s9.87 4.21 10.3 9.7c.44 5.5-3.75 10.45-8.62 11.42l-.7 28.6-18.13.16-.57 25.37-14.02.13v4.09h23.81c1-5.38 7.02-9.02 11.91-8.38s8.55 5.32 8.42 10.81-4 9.97-8.92 10.31-10.76-3.55-11.5-8.98H71.81v4.06h22.96v23.98c4.85 1.03 9.13 6.01 8.64 11.48s-5.39 9.4-10.33 9.34c-4.93-.05-9.2-3.87-9.6-9.35-.39-5.49 3.05-10.59 7.91-11.5v-20.2H71.81v46.8h5.13v12.35h4.5v-12.34h1.93v12.34h4.5v-12.34h1.92v12.34h4.5v-12.34h1.93v12.34h4.49v-12.34h1.93v12.34h4.5v-12.34h1.93v12.31h9.02V66.14Zm-50.94.19v8.38h46.3v-8.38zm58.5 7.6h7.46l.04 17.2h-1.88v6.76h-3.73v-6.77h-1.89zm23.99 2.3c-1.47.04-3.62.68-4.84 2.03-3.89 4.34-.47 11.76 5.03 11.76 3.41 0 6.97-3.09 6.98-6.89 0-4.22-3.94-6.99-7.17-6.9m-82.3 2.25v143.96h5.88v-29.07h21.9v29.19h18.51v-38.81H56.42v-11.74h10.93v-9.63H56.42v-11.74h10.93v-9.62H56.42v-11.73h10.93v-9.63H56.42v-11.72h11.12v-7.88H56.41V87.82h11.12v-9.34zm5.88 9.34h21.9v11.74h-21.9zm0 20.11h21.9v11.74h-21.9zm0 21.37h21.9v11.73h-21.9zm79.15 17.7a7 7 0 0 0-4.93 2.02c-4.08 4.8-1.05 12.15 5.3 12.06 3.5 0 6.51-3.02 6.51-6.82 0-4.22-2.83-6.91-6.04-7.23a7 7 0 0 0-.84-.04zm-79.15 3.65h21.9v11.74h-21.9zm0 21.37h21.9v11.74h-21.9zm66.04 15.32c-3.4.08-6.17 3.28-6.17 7.08-.33 6.65 7.3 9.12 11.48 4.68 3.9-4.34 1-11.9-5.3-11.76m18.56 9.54c1.76-.05 3.48 1.46 3.48 3.77h.02c0 2.08-1.52 3.77-3.4 3.76-3 0-4.5-4.05-2.38-6.42a3.2 3.2 0 0 1 2.28-1.1z"/><circle cx="142.58" cy="209.82" r="12.88"/></svg>')
3+
}
4+
.md-typeset .admonition.bhom,
5+
.md-typeset details.bhom {
6+
border-color: rgb(0, 0, 0, 0.54);
7+
}
8+
.md-typeset .bhom > .admonition-title,
9+
.md-typeset .bhom > summary {
10+
background-color: rgba(0, 0, 0, 0.05);
11+
}
12+
.md-typeset .bhom > .admonition-title::before,
13+
.md-typeset .bhom > summary::before {
14+
background-color: #fe224a;
15+
-webkit-mask-image: var(--md-admonition-icon--bhom);
16+
mask-image: var(--md-admonition-icon--bhom#circle);
17+
}
18+

docs/stylesheets/extra.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.md-grid
2+
{
3+
max-width: 100%;
4+
}

0 commit comments

Comments
 (0)