mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 08:35:41 -04:00
docs: integrate mkdocs into repository
This commit is contained in:
29
docs/material/overrides/home.html
Normal file
29
docs/material/overrides/home.html
Normal file
@@ -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="https://techcrunch.com/wp-content/uploads/2017/10/roku-live-tv-screen-1600x900.png" alt="" width="1659" height="1200" draggable="false">
|
||||
</div>
|
||||
<div class="mdx-hero__content">
|
||||
<h1>TVApp2</h1>
|
||||
<p>An automatic M3U playlist and XML guide updater for IPTV providers such as TheTvApp, TVPass, and MoveOnJoy, which can be utilized within IPTV client such as Jellyfin, Plex, or Emby. </p>
|
||||
<a href="./home/" title="{{ page.next_page.title | e }}" class="md-button md-button--primary">
|
||||
Read Docs
|
||||
</a>
|
||||
<a href="https://github.com/TheBinaryNinja/tvapp2" title="TVApp2" class="md-button">
|
||||
Visit Repo
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{% endblock %}
|
||||
{% block content %}{% endblock %}
|
||||
{% block footer %}{% endblock %}
|
||||
Reference in New Issue
Block a user