forked from vitessio/vitess
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add a copy of the "gh-pages" branch in the "docs" subdirectory.
We'll switch serving vitess.io: - before: from the gh-pages branch - now: from the docs directory out of the master branch This way it is much easier to update the website: - no switching between branches required - no untracked files get in our way in the gh-pages branch - generated pages can be written in place and do not have to be moved around - website can be updated and published in the same pull request
- Loading branch information
1 parent
54454b1
commit 0387829
Showing
158 changed files
with
61,066 additions
and
0 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
vitess.io |
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,21 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2014 Michael Rose | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
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,229 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" itemscope itemtype="https://schema.org/WebPage"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Vitess / About</title> | ||
|
||
<!-- Webfont --> | ||
<link href='http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'> | ||
|
||
<!--<link rel="shortcut icon" type="image/png" href="/favicon.png">--> | ||
|
||
<!-- Bootstrap --> | ||
<link href="/libs/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||
|
||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> | ||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | ||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
|
||
<!-- Styles --> | ||
<link rel="stylesheet" type="text/css" href="/css/site.css" /> | ||
<!-- Font Awesome icons --> | ||
<link href="/libs/font-awesome-4.4.0/css/font-awesome.min.css" | ||
rel="stylesheet" | ||
type="text/css"> | ||
|
||
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> | ||
<!-- Include all compiled plugins (below), or include individual files as needed --> | ||
<script src="/libs/bootstrap/js/bootstrap.min.js"></script> | ||
|
||
|
||
<!-- metadata --> | ||
<meta name="og:title" content="Vitess / About"/> | ||
<meta name="og:image" content="/images/vitess_logomark_cropped.svg"/> | ||
<meta name="og:description" content="Vitess is a database clustering system for horizontal scaling of MySQL."/> | ||
|
||
<link rel="icon" href="/images/vitess_icon.png" type="image/png"> | ||
|
||
|
||
<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-60219601-1', 'auto'); | ||
ga('send', 'pageview'); | ||
</script> | ||
|
||
|
||
</head> | ||
<body class="" id="top_of_page"> | ||
|
||
<span id="toc-depth" data-toc-depth="h2,h3"></span> | ||
|
||
|
||
<nav id="common-nav" class="navbar navbar-fixed-top inverse"> | ||
<div class="container"> | ||
<!-- Brand and toggle get grouped for better mobile display --> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-1"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="/"> | ||
<img class="logo" src="/images/vitess_logomark_cropped.svg" alt="Vitess"> | ||
</a> | ||
</div> | ||
|
||
<!-- Collect the nav links, forms, and other content for toggling --> | ||
<div class="collapse navbar-collapse" id="navbar-collapse-1"> | ||
<ul class="nav navbar-nav navbar-right" id="standard-menu-links"> | ||
<li><a href="/overview/">Overview</a></li> | ||
<li><a href="/user-guide/introduction.html">Guides</a></li> | ||
<li><a href="/reference/vitess-api.html">Reference</a></li> | ||
<li><a href="http://blog.vitess.io">Blog</a></li> | ||
<li><a href="https://github.com/youtube/vitess"><i class="fa fa-github"></i> GitHub</a></li> | ||
<!-- Hide link to blog unless we have actual posts --> | ||
<!-- <li><a href="/blog/" title="">Blog</a></li> --> | ||
</ul> | ||
<ul class="nav nav-stacked mobile-left-nav-menu" id="collapsed-left-menu"> | ||
<li class="submenu"> | ||
<h4 class="arrow-r no-top-margin">Overview</h4> | ||
<ul style="display: none"> | ||
<li><a href="/overview/">What is Vitess</a></li> | ||
<li><a href="/overview/scaling-mysql.html">Scaling MySQL with Vitess</a></li> | ||
<li><a href="/overview/concepts.html">Key Concepts</a></li> | ||
</ul> | ||
</li> | ||
<li class="submenu"> | ||
<h4 class="arrow-r">Getting Started</h4> | ||
<ul style="display: none"> | ||
<li style="padding-bottom: 0"><a href="/getting-started/">Run Vitess on Kubernetes</a> | ||
<ul style="display: block"> | ||
<li style="padding-bottom: 0"><a href="/getting-started/docker-build.html">Custom Docker Build</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="/getting-started/local-instance.html">Run Vitess Locally</a></li> | ||
</ul> | ||
</li> | ||
<li class="submenu"> | ||
<h4 class="arrow-r">User Guide</h4> | ||
<ul style="display: none"> | ||
<li><a href="/user-guide/introduction.html">Introduction</a> | ||
<li><a href="/user-guide/client-libraries.html">Client Libraries</a> | ||
<li><a href="/user-guide/backup-and-restore.html">Backing Up Data</a> | ||
<li><a href="/user-guide/reparenting.html">Reparenting</a></li> | ||
<li style="padding-bottom: 0"><a href="/user-guide/schema-management.html">Schema Management</a></li> | ||
<ul style="display: block"> | ||
<li style="padding-bottom: 0"><a href="/user-guide/pivot-schema-changes.html">Pivot Schema Changes (Tutorial)</a></li> | ||
</ul> | ||
<li style="padding-bottom: 0"><a href="/user-guide/sharding.html">Sharding</a> | ||
<ul style="display: block"> | ||
<li><a href="/user-guide/horizontal-sharding.html">Horizontal Sharding (Codelab)</a></li> | ||
<li style="padding-bottom: 0"><a href="/user-guide/sharding-kubernetes.html">Sharding in Kubernetes (Codelab)</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="/user-guide/vitess-replication.html">Vitess and Replication</a></li> | ||
<li><a href="/user-guide/transport-security-model.html">Transport Security Model</a></li> | ||
<li style="padding-bottom: 0"><a href="/user-guide/launching.html">Launching</a> | ||
<ul style="display: block"> | ||
<li><a href="/user-guide/scalability-philosophy.html">Scalability Philosophy</a></li> | ||
<li><a href="/user-guide/production-planning.html">Production Planning</a></li> | ||
<li><a href="/user-guide/server-configuration.html">Server Configuration</a></li> | ||
<li style="padding-bottom: 0"><a href="/user-guide/troubleshooting.html">Troubleshooting</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="/user-guide/upgrading.html">Upgrading</a></li> | ||
</ul> | ||
</li> | ||
<li class="submenu"> | ||
<h4 class="arrow-r">Reference Guides</h4> | ||
<ul style="display: none"> | ||
<li><a href="/reference/vitess-api.html">Vitess API</a> | ||
<li><a href="/reference/vtctl.html">vtctl Commands</a> | ||
</ul> | ||
</li> | ||
<li class="submenu"> | ||
<h4 class="arrow-r">Other Resources</h4> | ||
<ul style="display: none"> | ||
<li><a href="/resources/presentations.html">Presentations</a> | ||
<li><a href="http://blog.vitess.io/">Blog</a> | ||
</ul> | ||
</li> | ||
|
||
<div> | ||
<form method="get" action="/search/"> | ||
<input id="search-form" name="q" type="text" placeholder="Search"> | ||
</form> | ||
</div> | ||
|
||
<li><a href="https://github.com/youtube/vitess" id="collapsed-left-menu-repo-link"><i class="fa fa-github"></i> GitHub</a></li> | ||
</ul> | ||
</div><!-- /.navbar-collapse --> | ||
</div><!-- /.container-fluid --> | ||
</nav> | ||
|
||
|
||
<div id="masthead"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-9"> | ||
<h1>About</h1> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="container"> | ||
<div id="main" role="main"> | ||
<article class="wrap" itemscope itemtype="http://schema.org/Article"> | ||
|
||
|
||
|
||
<div class="page-title"> | ||
<h1>About</h1> | ||
</div> | ||
<div class="inner-wrap"> | ||
<nav class="toc"></nav> | ||
<div id="content" class="page-content" itemprop="articleBody"> | ||
<p>This is a work in progress.</p> | ||
|
||
<hr /> | ||
<footer class="page-footer"> | ||
|
||
|
||
|
||
|
||
</footer> | ||
<aside> | ||
|
||
</aside> | ||
</div> | ||
</div> | ||
</article> | ||
</div> | ||
|
||
</div> | ||
|
||
<div class="page-spacer"></div> | ||
<footer role="contentinfo" id="site-footer"> | ||
<nav role="navigation" class="menu bottom-menu"> | ||
|
||
<a href="https://groups.google.com/forum/#!forum/vitess" target="_blank">Contact: [email protected]</a> <b>·</b> | ||
<a href="https://groups.google.com/forum/#!forum/vitess-announce" target="_blank">Announcements</a> <b>·</b> | ||
© 2016 <a href="/">Vitess</a> powered by <a href="https://developers.google.com/open-source/">Google Inc</a> | ||
</nav> | ||
</footer> | ||
|
||
|
||
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> | ||
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> --> | ||
<!-- Include all compiled plugins (below), or include individual files as needed --> | ||
<!-- | ||
<script src="/libs/bootstrap/js/bootstrap.min.js"></script> | ||
--> | ||
<!-- Include the common site javascript --> | ||
<script src="/js/common.js" type="text/javascript" charset="utf-8"></script> | ||
|
||
|
||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,57 @@ | ||
// Copyright 2014 Google Inc. All rights reserved. | ||
// | ||
// Use of this source code is governed by The MIT License. | ||
// See the LICENSE file for details. | ||
|
||
(function () { | ||
'use strict'; | ||
|
||
var html = document.getElementsByTagName('html')[0]; | ||
var body = document.body; | ||
var nav = document.getElementById('nav'); | ||
var appbar = document.getElementById('app-bar'); | ||
var menu = document.getElementById('menu'); | ||
var main = document.getElementsByTagName('main')[0]; | ||
|
||
html.className = html.className.replace('no-js', ''); | ||
if (!('ontouchstart' in window)) { | ||
html.className = html.className + ' no-touch'; | ||
} | ||
|
||
|
||
function closeMenu() { | ||
body.classList.remove('open'); | ||
appbar.classList.remove('open'); | ||
nav.classList.remove('open'); | ||
} | ||
|
||
function toggleMenu() { | ||
body.classList.toggle('open'); | ||
appbar.classList.toggle('open'); | ||
nav.classList.toggle('open'); | ||
} | ||
|
||
function handleNavClick(event) { | ||
if (event.target.nodeName === 'A' || event.target.nodeName === 'LI') { | ||
closeMenu(); | ||
} | ||
} | ||
|
||
|
||
var previous = -1; | ||
function handleScroll(event) { | ||
var current = body.scrollTop; | ||
if (current >= 80 && previous < 80) { | ||
body.className = body.className + ' scrolled'; | ||
} else if (current < 80 && previous >= 80) { | ||
body.className = body.className.replace(' scrolled', ''); | ||
} | ||
previous = current; | ||
} | ||
|
||
// Menu | ||
main.addEventListener('click', closeMenu); | ||
menu.addEventListener('click', toggleMenu); | ||
nav.addEventListener('click', handleNavClick); | ||
window.addEventListener('scroll', handleScroll); | ||
})(); |
Oops, something went wrong.