vitess-gh/doc
Andy Diamondstein 39c4a379af Remove blog posts and images since blog was moved to blog.vitess.io. 2016-04-29 16:20:25 -04:00
..
slides Add Percona Live 2015 slides. 2015-05-19 10:43:51 -07:00
BackupAndRestore.md Fix documentation TODO about how to bypass replication health checks. 2016-03-02 15:20:53 -08:00
ClientLibraries.md Removing go rpc python clients. 2016-03-16 09:15:57 -07:00
Concepts.md doc: Fix keyspace id description in Concepts 2016-04-22 14:52:45 -07:00
GettingStarted.md Use native Go vendor mode for godeps. 2016-04-06 14:43:17 -07:00
GettingStartedKubernetes.md doc/k8s: Update load balancer note. 2016-04-15 22:26:58 -07:00
HorizontalReshardingGuide.md worker: Remove global flag --min_healthy_rdonly_endpoints and make it a per-command flag. 2016-03-24 22:51:32 +01:00
LifeOfAQuery.md No more rpcplus / rpcwrap. 2016-03-16 10:53:03 -07:00
Monitoring.md Minor tweaks to monitoring documentation 2015-03-18 06:30:33 -07:00
Production.md Add empty lines before bulleted lists in Markdown. 2015-05-11 13:55:17 -07:00
Reparenting.md Updating doc to remove mentions of idle and scrap. 2015-10-23 07:12:49 -07:00
ScalingMySQL.md Add "Scaling MySQL with Vitess" document. 2016-04-29 15:43:44 -04:00
SchemaManagement.md Update UI so that on documentation pages, Bootstrap 12-column layout is divided into three sections. The left section is three columns and contains a list of available documents grouped by sections, where the current section's document is expanded and the rest are collapsed. The center section is seven columns and contains the main page content. The right section is two columns and contains an automatically generated table of contents. Modify CSS so that documentation renders better on mobile phones and tablets, switching as appropriate, to either a two-section or one-section layout based on screen size. CSS identifies different layout rules at 768, 992, 1200px. Below 992px, the TOC appears above the main page content, and the list of documents still appears to the left. Below 768px, the list of documents is moved to an expandable menu in the header. Make the left and right sections anchor below the top nav bar when you scroll so that they remain visible no matter where you are on the page. Make the TOC highlight the section you are currently looking at. 2015-09-18 16:08:47 -04:00
Sharding.md doc: Mark merging as not yet implemented. 2015-10-14 14:30:17 -07:00
ShardingKubernetes.md guestbook: Update to use V3 for sharding and resharding. 2016-04-15 19:17:43 -07:00
TestingOnARamDisk.md doc: TestingOnARamDisk.md: Renamed env var for test dir to fix issue with internal build tool. 2015-09-10 14:55:57 -07:00
TopologyService.md Fix links to renamed VTGateV3.md 2015-12-03 13:54:41 -08:00
UserGuideIntroduction.md Update UI so that on documentation pages, Bootstrap 12-column layout is divided into three sections. The left section is three columns and contains a list of available documents grouped by sections, where the current section's document is expanded and the rest are collapsed. The center section is seven columns and contains the main page content. The right section is two columns and contains an automatically generated table of contents. Modify CSS so that documentation renders better on mobile phones and tablets, switching as appropriate, to either a two-section or one-section layout based on screen size. CSS identifies different layout rules at 768, 992, 1200px. Below 992px, the TOC appears above the main page content, and the list of documents still appears to the left. Below 768px, the list of documents is moved to an expandable menu in the header. Make the left and right sections anchor below the top nav bar when you scroll so that they remain visible no matter where you are on the page. Make the TOC highlight the section you are currently looking at. 2015-09-18 16:08:47 -04:00
V3HighLevelDesign.md Update V3HighLevelDesign.md 2016-01-11 22:31:05 -08:00
V3VindexDesign.md Update and rename VTGateV3Design.md to V3VindexDesign.md 2016-01-11 12:44:38 -08:00
VTGateV3Features.md Update VTGateV3Features.md 2016-01-11 16:10:24 -08:00
VTTabletModules.png Cropped diagrams 2014-01-19 08:39:29 -08:00
Vision.md Add empty lines before bulleted lists in Markdown. 2015-05-11 13:55:17 -07:00
VitessApi.md Include updated error information in doc. 2015-09-01 11:14:55 -04:00
VitessComponents.png Cropped diagrams 2014-01-19 08:39:29 -08:00
VitessOverview.md Removing all non-go references to bson or gorpc. 2016-03-16 09:35:22 -07:00
VitessOverview.png Add content for vitess.io. 2015-03-04 15:49:10 -08:00
VitessSpectrum.png Diagram update. 2014-01-19 09:47:32 -08:00
VitessTransportSecurityModel.md Moving one image to fix web site. 2016-04-05 15:50:34 -07:00
life_of_a_query.png add doc about the life of a query 2015-01-20 11:11:53 -08:00
life_of_a_query.xml add doc about the life of a query 2015-01-20 11:11:53 -08:00
life_of_a_query_all.png add doc about the life of a query 2015-01-20 11:11:53 -08:00
life_of_a_query_all.xml Removing all non-go references to bson or gorpc. 2016-03-16 09:35:22 -07:00
life_of_a_query_client_to_vtgate.png add doc about the life of a query 2015-01-20 11:11:53 -08:00
life_of_a_query_client_to_vtgate.xml add doc about the life of a query 2015-01-20 11:11:53 -08:00
life_of_a_query_vtgate_to_vttablet.png add doc about the life of a query 2015-01-20 11:11:53 -08:00
life_of_a_query_vtgate_to_vttablet.xml Removing all non-go references to bson or gorpc. 2016-03-16 09:35:22 -07:00
life_of_a_query_vttablet_to_mysql.png add doc about the life of a query 2015-01-20 11:11:53 -08:00
life_of_a_query_vttablet_to_mysql.xml add doc about the life of a query 2015-01-20 11:11:53 -08:00
vitess_api_reference.py Add Vitess API documentation and script for generating documentation from code. Modify left nav to list link to API document. Change "Range Based Sharding" to "Range-based Sharding" in .proto file. 2015-09-01 11:13:33 -04:00
vtctlReference.md vtctl: Fix vschema commands for new keyspace argument. 2016-04-15 17:59:34 -07:00
vtctl_go_reference.py Fixing the vtctl doc command script, and re-running it. 2016-01-14 07:50:02 -08:00