Skip to content

Commit 565b08a

Browse files
authored
DOP-1121: Update docs homepage (#50)
1 parent 77cac65 commit 565b08a

15 files changed

+129
-371
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ help:
2121

2222
stage: build
2323
mut-publish build/ docs-mongodb-org-staging --prefix=${PREFIX} --stage --verbose ${ARGS}
24-
@echo "Hosted at ${URL}/${PREFIX}/${USER}/${GIT_BRANCH}/index.html"
2524
@echo "Hosted at ${URL}/${PREFIX}/${USER}/${GIT_BRANCH}/cloud/index.html"
2625
@echo "Hosted at ${URL}/${PREFIX}/${USER}/${GIT_BRANCH}/tools/index.html"
2726

@@ -34,14 +33,12 @@ build:
3433
# Clean build directory
3534
rm -rf $@
3635
# Create output directories
37-
mkdir -p $@
3836
mkdir -p $@/cloud
3937
mkdir -p $@/tools
4038
mkdir -p $@/images
4139
mkdir -p $@/announcements/login-and-access-changes
4240
@# Copy CSS and JS files to output directories
4341
cp static/favicon.png $@/favicon.ico
44-
cp -r static/images static/css static/js $@/
4542
cp -r static/images static/css static/js $@/tools
4643
cp -r static/images static/css static/js $@/cloud
4744
cp -r static/images static/css static/js $@/announcements/login-and-access-changes

gen_landings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
BUILD_DIR = argv[1]
1010

1111
SITES = [
12-
Site('./src/html/home.html', os.path.join(BUILD_DIR, 'index.html'), 'MongoDB Documentation', ''),
1312
Site('./src/html/cloud.html',
1413
os.path.join(BUILD_DIR, 'cloud', 'index.html'),
1514
'Cloud Products — MongoDB Documentation',

source/images/homepage-hero.png

126 KB
Loading

source/images/icons/atlas.svg

Lines changed: 1 addition & 0 deletions
Loading

source/images/icons/charts.svg

Lines changed: 1 addition & 0 deletions
Loading

source/images/icons/cloud-manager.svg

Lines changed: 1 addition & 0 deletions
Loading

source/images/icons/compass.svg

Lines changed: 1 addition & 0 deletions
Loading

source/images/icons/drivers.svg

Lines changed: 1 addition & 0 deletions
Loading

source/images/icons/realm.svg

Lines changed: 1 addition & 0 deletions
Loading

source/images/icons/server.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)