Граф коммитов

20 Коммитов

Автор SHA1 Сообщение Дата
Sugu Sougoumarane 465cb3993c doc: address review comments 2017-12-17 10:55:24 -08:00
Sugu Sougoumarane f5358fd41b doc: update Reparenting.md 2017-12-16 12:41:00 -08:00
Michael Berlin 41c81c694f vitess.io: Change URL format from "$page.html" to $page/.
This change only affects non-index pages e.g.
http://vitess.io/getting-started/local-instance.html.

To make sure that the previous URLs are still working, I've added
redirects for them.

This change also broke the internal links. Note that I did not fix them
and instead rewrote all of them with the "%{ link ... %}" tag. This has
the advantage that Jekyll now checks if the linked file exists.

Other changes:
- Updated "jekyll" and "liquid" versions. I'll rebuild the
"publish-site" Docker image shortly after this is merged.
- Removed gem "jekyll-mentions" because it was unused and broke with the
newer versions.
- Changed "page.bodyclass" to "layout.bodyclass" in the template. This
is required due to the upgrade to Jekyll 3. See:
http://jekyllrb.com/docs/upgrading/2-to-3/#layout-metadata
2017-09-15 13:36:03 -07:00
Anthony Yeh 70c2eb8c16 Clean up docs. (#2079)
Quick pass over docs reachable from vitess.io to remove or update anything that was obviously outdated.
2016-09-23 10:30:55 -07:00
Michael Berlin 033086cd3a doc: Reviewed Reparenting.md and updated it. 2016-06-01 18:38:58 -07:00
Anthony Yeh 60c3a1a042 Clean up memcached dependencies.
These are no longer needed after #1742.
2016-05-31 12:22:27 -07:00
Alain Jobart 745dadd034 Fixing a whole bunch of details.
Lots of comments, docs, ...
2016-05-18 08:45:16 -07:00
Alain Jobart d2809c3280 Updating doc to remove mentions of idle and scrap. 2015-10-23 07:12:49 -07:00
Andy Diamondstein 4a0783edbe 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
Andy Diamondstein e8e22c26a9 Update site UI, left nav menus, home page. Switch to bootstrap framework, etc. 2015-09-09 01:01:07 -04:00
Andy Diamondstein 6e2a3bb9b5 Modify reparenting guide and add to left nav for http://vitess.io. Fix broken link in overview. 2015-08-25 11:02:23 -04:00
Anthony Yeh cbc39cd7b5 Add empty lines before bulleted lists in Markdown.
The 'recarpet' Markdown converter we use doesn't convert bulleted lists
if they aren't preceeded by empty lines.
2015-05-11 13:55:17 -07:00
Alain Jobart dcf8ff682c Merge pull request #685 from youtube/log
Log
2015-05-11 10:52:33 -07:00
Alain Jobart fea04f1503 Adding Sharding.md reference, fixing list markup syntax. 2015-05-11 10:46:44 -07:00
Alain Jobart c4d1964e94 For PlannedReparentShard, restarting replication on old master
after reparent is done. Might as well try it if possible.
2015-05-06 16:24:09 -07:00
Alain Jobart fe9ee6d8ba Fixing a few typos. 2015-05-06 11:29:12 -07:00
Alain Jobart 4ce7839dad Updating reparent doc, and adding flag to disable active
reparents to protect externally reparented shards.
2015-05-06 10:48:11 -07:00
Michael Berlin 5e52bf4c46 doc: Proof-read documentation, checked it with the Google Docs spell checker and fixed typos. 2015-02-19 19:24:26 -08:00
Alain Jobart aec0dc5567 Removing ShardExternallyReparented. We now use TabletExternallyReparented
on the new master. Updating unit test.
2014-12-09 07:37:51 -08:00
Anthony Yeh d8cc29491b Rename .markdown to .md and move Contributing.md
The prevailing convention on GitHub seems to be .md

Also by moving CONTRIBUTING.md to the root, GitHub will automatically
link to it when someone tries to contribute:

https://github.com/blog/1184-contributing-guidelines
2014-10-17 15:40:55 -07:00