You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/02/18 21:16:13 UTC

[kudu-CR] Move design docs to the new folder and change the extension

David Ribeiro Alves has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/2227

Change subject: Move design docs to the new folder and change the extension
......................................................................

Move design docs to the new folder and change the extension

This moves the design docs that we had sprinkled all over the code base to the
new design doc folder and changes the extension to .md, as well as adds them
to the design doc index. Though this doesn't do any kind of thorough markdown
conversion it does introduce '```' where appropriate to avoid that our nice ascii
diagrams become garbled garbage when visualized on github.

Change-Id: Iebeaba9e975453458ac993131dec6074c59d0eeb
---
M docs/design-docs/README.md
R docs/design-docs/cfile.md
R docs/design-docs/codegen.md
R docs/design-docs/consensus.md
R docs/design-docs/cpp-client.md
R docs/design-docs/master.md
R docs/design-docs/rpc.md
R docs/design-docs/tablet.md
D src/kudu/common/README
9 files changed, 80 insertions(+), 91 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/27/2227/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2227
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iebeaba9e975453458ac993131dec6074c59d0eeb
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: David Ribeiro Alves <da...@cloudera.com>