mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Add 'submodules/AsyncDisplayKit/' from commit '02bedc12816e251ad71777f9d2578329b6d2bef6'
git-subtree-dir: submodules/AsyncDisplayKit git-subtree-mainline:d06f423e0egit-subtree-split:02bedc1281
This commit is contained in:
10
submodules/AsyncDisplayKit/docs/_includes/analytics.html
Executable file
10
submodules/AsyncDisplayKit/docs/_includes/analytics.html
Executable file
@@ -0,0 +1,10 @@
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', '{{ site.google_analytics }}', 'auto');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
19
submodules/AsyncDisplayKit/docs/_includes/footer.html
Executable file
19
submodules/AsyncDisplayKit/docs/_includes/footer.html
Executable file
@@ -0,0 +1,19 @@
|
||||
<footer class="copyright">
|
||||
<div class='container'>
|
||||
<p>Built at <a href="https://engineering.pinterest.com">Pinterest</a></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="/static/linkify.js"></script>
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', 'UA-44373548-4', 'auto');
|
||||
ga('send', 'pageview');
|
||||
|
||||
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
64
submodules/AsyncDisplayKit/docs/_includes/header.html
Executable file
64
submodules/AsyncDisplayKit/docs/_includes/header.html
Executable file
@@ -0,0 +1,64 @@
|
||||
<!DOCTYPE html>
|
||||
<html prefix="og: http://ogp.me/ns#">
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<title>Texture | {{ page.title }}</title>
|
||||
<link rel='stylesheet' href='/stylesheets/main.css' type='text/css'/>
|
||||
<link rel='stylesheet' href='/stylesheets/media.css' type='text/css'/>
|
||||
<link rel="stylesheet" href='/stylesheets/pygments.css' type='text/css'/>
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="/static/images/favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="/static/images/favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="/static/images/favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="/static/images/favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="/static/images/favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="/static/images/favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="/static/images/favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="/static/images/favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/static/images/favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="/static/images/favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/static/images/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="/static/images/favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/static/images/favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="/static/images/favicon/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="/static/images/favicon/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<meta name='viewport' content='width=480'>
|
||||
<meta property="og:title" content="{{ page.title }}" />
|
||||
<meta property="og:site_name" content="Texture">
|
||||
<meta property='og:description' content='Texture'>
|
||||
<meta property='og:image' content='http://texturegroup.org/static/asyncdisplaykit-og-image.png'>
|
||||
<meta property='og:url' content="http://texturegroup.org{{ page.url }}">
|
||||
<meta property='og:type' content='website'>
|
||||
<script type="text/javascript" src="//use.typekit.net/vqa1hcx.js"></script>
|
||||
<script type="text/javascript">{'try{Typekit.load();}catch(e){}'}</script>
|
||||
<script src="/static/toggle.js"></script>
|
||||
<link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
|
||||
{% if jekyll.environment == 'production' %}
|
||||
{% include analytics.html %}
|
||||
{% endif %}
|
||||
</head>
|
||||
<body>
|
||||
<div class="texture-banner">
|
||||
<div class="container">
|
||||
<p class="announcement">AsyncDisplayKit is now Texture! <a class="learn-more-link" href="https://medium.com/@Pinterest_Engineering/introducing-texture-a-new-home-for-asyncdisplaykit-e7c003308f50" rel="noopener noreferrer" target="_blank">LEARN MORE</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<header>
|
||||
<div class="container">
|
||||
<h1 id="logo">
|
||||
<a href="/">
|
||||
<img src="{{ "/static/images/logo.svg" | relative_url }}" alt="Texture">
|
||||
</a>
|
||||
</h1>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/docs/getting-started.html" {% if (page.layout == 'docs') %} class="active" {% endif %}>docs</a></li>
|
||||
<li><a href="/slack.html" {% if (page.layout == 'slack') %} class="active" {% endif %}>slack</a></li>
|
||||
<li><a href="/showcase.html" {% if (page.layout == 'showcase') %} class="active" {% endif %}>showcase</a></li>
|
||||
<li><a href="/appledocs.html" {% if (page.layout == 'appledocs') %} class="active" {% endif %}>api</a></li>
|
||||
<li><a href="http://github.com/texturegroup/texture">github</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
9
submodules/AsyncDisplayKit/docs/_includes/hero.html
Executable file
9
submodules/AsyncDisplayKit/docs/_includes/hero.html
Executable file
@@ -0,0 +1,9 @@
|
||||
<header class='hero'><div class='width'>
|
||||
<div class='componentkit-header'></div>
|
||||
<div>
|
||||
<p>Texture</p>
|
||||
<div class="buttons-unit">
|
||||
<a href="/docs/getting-started.html" class="button">Get Started</a>
|
||||
</div>
|
||||
</div>
|
||||
</div></header>
|
||||
@@ -0,0 +1,22 @@
|
||||
<nav class='toc'>
|
||||
<h2>Development</h2>
|
||||
{% for section in site.data.nav_development %}
|
||||
<section>
|
||||
<h3>{{ section.title }}</h3>
|
||||
<ul>
|
||||
{% for item in section.items %}
|
||||
{% for doc in site.docs %}
|
||||
{% assign item_url = item | prepend:"/development/" | append:".html" %}
|
||||
{% if doc.url == item_url %}
|
||||
<li>
|
||||
<a href={{item_url}}{% if page.url == item_url %} class="active"{% endif %}>
|
||||
{{ doc.title }}
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</section>
|
||||
{% endfor %}
|
||||
</nav>
|
||||
22
submodules/AsyncDisplayKit/docs/_includes/nav_docs.html
Executable file
22
submodules/AsyncDisplayKit/docs/_includes/nav_docs.html
Executable file
@@ -0,0 +1,22 @@
|
||||
<nav class='toc'>
|
||||
<h2>Usage</h2>
|
||||
{% for section in site.data.nav_docs %}
|
||||
<section>
|
||||
<h3>{{ section.title }}</h3>
|
||||
<ul>
|
||||
{% for item in section.items %}
|
||||
{% for doc in site.docs %}
|
||||
{% assign item_url = item | prepend:"/docs/" | append:".html" %}
|
||||
{% if doc.url == item_url %}
|
||||
<li>
|
||||
<a href={{item_url}}{% if page.url == item_url %} class="active"{% endif %}>
|
||||
{{ doc.title }}
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</section>
|
||||
{% endfor %}
|
||||
</nav>
|
||||
Reference in New Issue
Block a user