-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
34 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
--- | ||
title: Getting Started | ||
title: ホーム | ||
template: home.html | ||
--- | ||
|
||
# Getting Started |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{#- | ||
This file was automatically generated - do not edit | ||
-#} | ||
{% extends "main.html" %} | ||
{% block tabs %} | ||
{{ super() }} | ||
<style>.md-header{position:initial}.md-main__inner{margin:0}.md-content{display:none}@media screen and (min-width:60em){.md-sidebar--secondary{display:none}}@media screen and (min-width:76.25em){.md-sidebar--primary{display:none}}</style> | ||
<section class="mdx-container"> | ||
<div class="md-grid md-typeset"> | ||
<div class="mdx-hero"> | ||
<div class="mdx-hero__image"> | ||
<img src="assets/custom-header.png" alt="" width="1659" height="1200" draggable="false"> | ||
</div> | ||
<div class="mdx-hero__content"> | ||
<h1>Technical documentation that just works</h1> | ||
<p>{{ config.site_description }}. Set up in 5 minutes.</p> | ||
<a href="{{ page.next_page.url | url }}" title="{{ page.next_page.title | e }}" class="md-button md-button--primary"> | ||
Quick start | ||
</a> | ||
<a href="{{ 'insiders/' | url }}" title="Material for MkDocs Insiders" class="md-button"> | ||
Get Insiders | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
{% endblock %} | ||
{% block content %}{% endblock %} | ||
{% block footer %}{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters