Skip to content

Commit

Permalink
bug: Try committing docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
r-leyshon committed Nov 7, 2023
1 parent 55de592 commit f5515e7
Show file tree
Hide file tree
Showing 29 changed files with 4,327 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data/*
outputs/*

### ignoring contents of docs folder
docs/*
# docs/*

### Contentious file types (can be removed at user discretion) ###

Expand Down
Empty file added docs/.nojekyll
Empty file.
Binary file added docs/assets/favicon.ico
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/ogl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/risk-exposure-diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions docs/assets/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
/* css styles */

.jumbotron {
margin: 10px;
margin-top: -12px;
}

.grid-margin-below {
margin-bottom: 15px;
}

.orderd-list-div-margins {
margin-top: 15px;
margin-right: 10px;
}

table#user-table tr {
border-bottom: 1px solid #d8dcdc;
}
table#user-table tr:first-child {
border-top: 1px solid #9ba5ae;
border-bottom: 1px solid #9ba5ae;
}
table#user-table tr:last-child {
border-bottom: 1px solid #9ba5ae;
}
table#user-table td:first-child{
width: 22%;
}
table#user-table td:last-child {
width: 78%;
}

36 changes: 36 additions & 0 deletions docs/listings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
[
{
"listing": "/never-open/index.html",
"items": [
"/never-open/how-to.html",
"/never-open/explanation.html"
]
},
{
"listing": "/further-information/index.html",
"items": [
"/further-information/peer-review.html"
]
},
{
"listing": "/open-at-the-start/index.html",
"items": [
"/open-at-the-start/guidance.html"
]
},
{
"listing": "/open-at-the-end/index.html",
"items": [
"/open-at-the-end/process-chart.html",
"/open-at-the-end/guidance.html",
"/open-at-the-end/risk-assessment-guide.html"
]
},
{
"listing": "/overview/index.html",
"items": [
"/overview/overview.html",
"/overview/which-development-strategy.html"
]
}
]
3 changes: 3 additions & 0 deletions docs/open-at-the-end/mermaid.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#mermaid-1 {
height: auto;
}
1 change: 1 addition & 0 deletions docs/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Sitemap: https://datasciencecampus.github.io/coding-in-the-open/sitemap.xml
289 changes: 289 additions & 0 deletions docs/search.json

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions docs/site_libs/bootstrap/bootstrap-dark.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit f5515e7

Please sign in to comment.