Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc4.ec-cube.net のテーマに合わせる #91

Merged
merged 1 commit into from
Aug 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#installing-the-theme

# theme : "minimal-mistakes-jekyll"
# remote_theme : "mmistakes/minimal-mistakes"
remote_theme : "mmistakes/minimal-mistakes@4.20.1"
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"

# Site Settings
Expand Down Expand Up @@ -273,9 +273,11 @@ defaults:
type: pages
values:
layout: single
author_profile: true
author_profile: false
read_time: true
comments: # true
share: true
related: true
comments: false
share: false
related: false
toc: true
toc_sticky: true

4 changes: 2 additions & 2 deletions docs/_data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# main links
main:
- title: "Quick-Start Guide"
url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
# - title: "Quick-Start Guide"
# url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
# - title: "About"
# url: https://mmistakes.github.io/minimal-mistakes/about/
# - title: "Sample Posts"
Expand Down
2 changes: 0 additions & 2 deletions docs/_pages/authZ_code_grant.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: home
author_profile: true
permalink: /authZ_code_grant
---
## Authorization Code Flow での認可
Expand Down
2 changes: 0 additions & 2 deletions docs/_pages/customize/allow_list.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: home
author_profile: true
permalink: /customize/allow_list
---

Expand Down
2 changes: 0 additions & 2 deletions docs/_pages/customize/query.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: home
author_profile: true
permalink: /customize/query
---

Expand Down
2 changes: 0 additions & 2 deletions docs/_pages/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: home
author_profile: true
permalink: /
---
EC-CUBE4 対応の Web API プラグイン
Expand Down
2 changes: 0 additions & 2 deletions docs/_pages/mutation/product_stock.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: home
author_profile: true
permalink: /mutation/product_stock
---

Expand Down
2 changes: 0 additions & 2 deletions docs/_pages/mutation/update_shipped.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: home
author_profile: true
permalink: /mutation/update_shipped
---

Expand Down
2 changes: 0 additions & 2 deletions docs/_pages/query/customers.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: home
author_profile: true
permalink: /query/customers
---
## 顧客一覧の取得
Expand Down
2 changes: 0 additions & 2 deletions docs/_pages/query/orders.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: home
author_profile: true
permalink: /query/orders
---
## 受注一覧の取得
Expand Down
2 changes: 0 additions & 2 deletions docs/_pages/query/products.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: home
author_profile: true
permalink: /query/products
---
## 商品一覧の取得
Expand Down
2 changes: 0 additions & 2 deletions docs/_pages/schema.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: home
author_profile: true
permalink: /schema
---

Expand Down
16 changes: 16 additions & 0 deletions docs/assets/css/main.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
# Only the main Sass file needs front matter (the dashes are enough)
---

@charset "utf-8";

@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
@import "minimal-mistakes"; // main partials

.page {
@extend .page;
width: 100%;
}
.page__footer-follow {
display: none;
}