Nate W
|
6c08437ec3
|
Adding weights and descriptions to Documentation files' frontmatter.
Updating for new TOC as per issue https://github.com/etcd-io/website/issues/81
Signed-off-by: Nate W <4453979+nate-double-u@users.noreply.github.com>
|
2020-12-23 11:13:04 -08:00 |
|
Piotr Tabor
|
28f2b07623
|
*: Update references to code moved to the api/ dir.
Follow up to file-moves done in the previous commit.
The commit contains purely mechanical consequences of execution (apart
of scripts/genproto.sh):
% find ./ -name '*.go' | xargs sed --follow-symlinks -i 's|v3/etcdserver/api/v3rpc/rpctypes|v3/api/v3rpc/rpctypes|g'
% find ./ -name '*.go' | xargs sed --follow-symlinks -i 's|v3/version|v3/api/version|g'
% find ./ -name '*.go' | xargs sed --follow-symlinks -i 's|v3/mvcc/mvccpb|v3/api/mvccpb|g'
% find ./ -name '*.go' | xargs sed --follow-symlinks -i 's|v3/etcdserver/etcdserverpb|v3/api/etcdserverpb|g'
% find ./ -name '*.go' | xargs sed --follow-symlinks -i 's|v3/etcdserver/api/membership/membershippb|v3/api/membershippb|g'
% find ./ -name '*.go' | xargs sed --follow-symlinks -i 's|v3/auth/authpb|v3/api/authpb|g'
% find ./ -name '*.proto' -o -name '*.md' | xargs -L 1 sed --follow-symlinks -i 's|/mvcc/mvccpb/kv.proto|/api/mvccpb/kv.proto|g'
% find ./ -name '*.proto' -o -name '*.md' | xargs -L 1 sed --follow-symlinks -i 's|/auth/authpb/auth.proto|/api/authpb/auth.proto|g'
% find ./ -name '*.proto' -o -name '*.md' | xargs -L 1 sed --follow-symlinks -i 's|/etcdserver/api/membership/membershippb/membership.proto|/api/membershippb/membership.proto|g'
I also modified manually paths in scripts/genproto.sh.
% go fmt ./...
|
2020-10-06 11:56:16 +02:00 |
|
Luc Perkins
|
a621d807f0
|
documentation: initial metadata additions for website generation (#10596)
Signed-off-by: lucperkins <lucperkins@gmail.com>
|
2019-04-01 13:57:24 -07:00 |
|
Gyuho Lee
|
e235cd3302
|
Documentation: update github links
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
|
2018-08-29 14:28:00 -07:00 |
|
Andreas Jaekel
|
5a2b0dd0a7
|
Documentation/learning/api.md: fix markup, wording
A few words have been emphasized to be consistent with the rest
of the text. Also, some phrases have been altered for better
readability.
|
2017-12-12 18:48:06 +01:00 |
|
Andreas Jaekel
|
5f24a81f64
|
Documentation/learning/api.md: fix typos
|
2017-12-10 15:18:45 +01:00 |
|
Asko Kauppi
|
1e72ace38d
|
Documentation: refer to LeaseKeepAliveRequest for lease refresh
|
2017-07-12 09:29:24 -07:00 |
|
Hui Kang
|
663f8835cf
|
Documentation: cleanup and fix some typo
Signed-off-by: Hui Kang <kangh@us.ibm.com>
|
2017-06-30 20:41:25 -04:00 |
|
Tim Lossen
|
20a747ea09
|
Documentation/learning: fixed typo
(repeated word)
|
2017-05-22 17:26:34 +02:00 |
|
Anthony Romano
|
90b5f3587d
|
doc/learning: complete the api guide
Fixes #7378
|
2017-03-13 14:34:12 -07:00 |
|
Anthony Romano
|
35229eb2d3
|
Documentation: conform to header style
|
2016-06-27 12:00:24 -07:00 |
|
Xiang Li
|
7c12949b41
|
doc: move docs to learning
|
2016-06-21 10:49:46 -07:00 |
|