diff --git a/docs/analytics/sdks/index.md b/docs/analytics/sdks/index.md new file mode 100644 index 000000000..30ca629a3 --- /dev/null +++ b/docs/analytics/sdks/index.md @@ -0,0 +1,4 @@ +--- +title: Amplitude SDKs +template: analytics-sdks-landing.html +--- diff --git a/docs/experiment/index.md b/docs/experiment/index.md index 986dc180e..052898479 100644 --- a/docs/experiment/index.md +++ b/docs/experiment/index.md @@ -1,5 +1,3 @@ --- title: Experiment Overview --- - -Here's where I'd talk about Experiment! \ No newline at end of file diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 3b9091748..08a41bcd8 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -106,6 +106,7 @@ --md-footer-fg-color--lighter: #c9c2f5; --md-default-fg-color: #13294B; /*this is the default text color */ --heading-color: #3d3d3d; + --boxes-background: #f3f3f3; /* Code color shades */ diff --git a/mkdocs.yml b/mkdocs.yml index 8f3361e39..7358bf8b2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -147,6 +147,7 @@ nav: - analytics/apis/taxonomy-api.md - analytics/apis/user-privacy-api.md - Amplitude SDKs: + - analytics/sdks/index.md - analytics/sdks/android-sdk.md - analytics/sdks/ios-sdk.md - analytics/sdks/javascript-sdk.md diff --git a/overrides/analytics-sdks-landing.html b/overrides/analytics-sdks-landing.html new file mode 100644 index 000000000..388fc5dc1 --- /dev/null +++ b/overrides/analytics-sdks-landing.html @@ -0,0 +1,60 @@ + + + +{% extends "main.html" %} +{% block tabs %} +{% block nav %}{% endblock %} +{{ super() }} + + + + + +{% endblock %} +{% block content %} + +
Choose an Amplitude Analytics SDK to get started.
+ + + +{% endblock %} diff --git a/overrides/grid-template.html b/overrides/grid-template.html new file mode 100644 index 000000000..83c1e8c1d --- /dev/null +++ b/overrides/grid-template.html @@ -0,0 +1,65 @@ + + + +{% extends "main.html" %} +{% block tabs %} +{% block nav %}{% endblock %} +{{ super() }} + + + + + +{% endblock %} +{% block content %} + +Wow look at all these SDKS we have how neat.
+ + + +{% endblock %}