Skip to content

Commit 163f9c4

Browse files
Merge pull request #142 from developmentseed/landingpage-update1
Landing page update
2 parents 7e3a27a + 8e4c832 commit 163f9c4

21 files changed

+883
-308
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ instance/
6363

6464
# Sphinx documentation
6565
docs/_build/
66+
docs/src/.DS_Store
67+
docs/src/img/.DS_Store
68+
docs/src/overrides/.DS_Store
69+
docs/.DS_Store
6670

6771
# PyBuilder
6872
target/

.vscode/settings.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"yaml.schemas": {
3+
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml"
4+
},
5+
"yaml.customTags": [
6+
"!ENV scalar",
7+
"!ENV sequence",
8+
"tag:yaml.org,2002:python/name:material.extensions.emoji.to_svg",
9+
"tag:yaml.org,2002:python/name:material.extensions.emoji.twemoji",
10+
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
11+
]
12+
}

docs/mkdocs.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,26 @@ nav:
2323
- Intro: "intro.md"
2424
- Services: "services.md"
2525
- Deployment: "deployment.md"
26-
- Development - Contributing: "contributing.md"
26+
- Contributing: "contributing.md"
2727

2828

2929
plugins:
3030
- search
31-
31+
extra_css:
32+
- overrides/stylesheets/extra.css
3233
theme:
3334
name: material
3435
custom_dir: src/overrides/
3536
palette:
36-
primary: black
37-
scheme: default
37+
primary: custom
38+
accent: deep orange
39+
3840
features:
3941
- navigation.tabs
40-
- navigation.tabs.sticky
42+
- navigation.instant
43+
- navigation.tracking
44+
- navigation.top
45+
- navigation.expand
4146
favicon: img/favicon.ico
4247
logo: img/logo.png
4348

docs/src/img/NASA_SunEarth.jpg

367 KB
Loading

docs/src/img/aws_logo.svg

Lines changed: 38 additions & 0 deletions
Loading

docs/src/img/devseed_logo.svg

Lines changed: 17 additions & 0 deletions
Loading

docs/src/img/downloaddeploy.png

54.9 KB
Loading

docs/src/img/eoapi_veda.png

4.43 MB
Loading

docs/src/img/ingestdata.png

168 KB
Loading

docs/src/img/msft_logo.svg

Lines changed: 8 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)