Skip to content

Commit

Permalink
site header
Browse files Browse the repository at this point in the history
  • Loading branch information
mbahar committed Feb 27, 2018
1 parent 8ef340e commit 17b2595
Show file tree
Hide file tree
Showing 5 changed files with 8,309 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ amplify:
image: true
nav:
- item_name: Quick Start
item_url: '/media/quick_start'
item_url: '/media/quick_start/index.html'
- item_name: Developer Guide
item_url: '/media/developer_guide'
item_url: '/media/developer_guide/index.html'
- item_name: Community
item_url: 'https://gitter.im/AWS-Amplify/Lobby/'
- item_name: Blog
Expand Down
2 changes: 1 addition & 1 deletion docs/amplify-theme/_includes/site-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="row">
<div class="col-xs-12">
{% if site.amplify.header.logo.text %}
<a href="{% if jekyll.environment == 'production' %}{{ site.amplify.baseurl }}{% endif %}/" class="site-header__logo">
<a href="{% if jekyll.environment == 'production' %}{{ site.amplify.baseurl }}{% endif %}/index.html" class="site-header__logo">
<img src="{% if jekyll.environment == 'production' %}{{ site.amplify.baseurl }}{% endif %}/amplify-theme/assets/images/layout/logo.png">
{{ site.amplify.header.logo.text }}
</a>
Expand Down
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: A JavaScript library for application development using cloud servic
buttons:
- content: Let's Rock!
icon: arrow-right
url: 'media/quick_start'
url: 'media/quick_start/index.html'
external_url: false

# Grid navigation
Expand Down Expand Up @@ -37,13 +37,13 @@ grid_navigation:
- title: Installation
excerpt: Install and configurate AWS Amplify to start working with cloud services.
cta: Read more
url: '/media/install_n_config'
url: '/media/install_n_config/index.html'
- title: Developer Guide
excerpt: Discover our building blocks for frontend and mobile developers.
cta: Read more
url: '/media/developer_guide'
url: '/media/developer_guide/index.html'
- title: API Referance
excerpt: API Referance for the library.
cta: Read more
url: '/api'
url: '/api/index.html'
---
14 changes: 7 additions & 7 deletions docs/media/developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ category_list:
excerpt: Drop-in analytics to track user sessions, custom user attributes, and in-app metrics.
cta: Read more
class: aws-icon-ps-60-pie-bar-charts
url: '/media/analytics_guide'
url: '/media/analytics_guide/index.html'
services:
- title: AWS Pinpoint,
url: https://aws.amazon.com/cognito/
Expand All @@ -39,7 +39,7 @@ category_list:
excerpt: Authentication APIs with pre-built UI components for your app.
cta: Read more
class: aws-icon-ps-60-shield-circle
url: '/media/authentication_guide'
url: '/media/authentication_guide/index.html'
services:
- title: AWS Cognito ,
url: https://aws.amazon.com/cognito
Expand All @@ -51,7 +51,7 @@ category_list:
excerpt: A simple mechanism for managing user content in public or private storage.
cta: Read more
class: aws-icon-ps-60-file-box
url: '/media/storage_guide'
url: '/media/storage_guide/index.html'
services:
- title: AWS S3
url: https://aws.amazon.com/s3
Expand All @@ -61,19 +61,19 @@ category_list:
- title: Cache
excerpt: A generic LRU cache for storing data with priority and expiration settings.
cta: Read more
url: '/media/cache_guide'
url: '/media/cache_guide/index.html'
- title: Hub
excerpt: A lightweight Pub-Sub system.
cta: Read more
url: '/media/hub_guide'
url: '/media/hub_guide/index.html'
- title: I18n
excerpt: A lightweight internationalization solution.
cta: Read more
url: '/media/i18n_guide'
url: '/media/i18n_guide/index.html'
- title: Logger
excerpt: Console logging utility.
cta: Read more
url: '/media/logger_guide'
url: '/media/logger_guide/index.html'

---

Expand Down
Loading

0 comments on commit 17b2595

Please sign in to comment.