Browse Source

Move commands, codecs, replication docs into doc/ subdirectory

Sergey Prokhorov 5 years ago
parent
commit
003ccf2eb0
5 changed files with 5 additions and 4 deletions
  1. 1 0
      .gitignore
  2. 4 4
      README.md
  3. 0 0
      doc/pluggable_commands.md
  4. 0 0
      doc/pluggable_types.md
  5. 0 0
      doc/streaming.md

+ 1 - 0
.gitignore

@@ -3,3 +3,4 @@ rebar3
 datadir/
 doc/*
 !doc/overview.edoc
+!doc/*.md

+ 4 - 4
README.md

@@ -442,7 +442,7 @@ item will be `{error, #error{}}` and no more results will be produced.
 
 ## Data Representation
 
-Data representation may be configured using [pluggable datatype codecs](pluggable_types.md),
+Data representation may be configured using [pluggable datatype codecs](doc/pluggable_types.md),
 so following is just default mapping:
 
 PG type       | Representation
@@ -618,15 +618,15 @@ Parameter's value may change during connection's lifetime.
 
 ## Streaming replication protocol
 
-See [streaming.md](streaming.md).
+See [streaming.md](doc/streaming.md).
 
 ## Pluggable commands
 
-See [pluggable_commands.md](pluggable_commands.md)
+See [pluggable_commands.md](doc/pluggable_commands.md)
 
 ## Pluggable datatype codecs
 
-See [pluggable_types.md](pluggable_types.md)
+See [pluggable_types.md](doc/pluggable_types.md)
 
 ## Mailing list
 

+ 0 - 0
pluggable_commands.md → doc/pluggable_commands.md


+ 0 - 0
pluggable_types.md → doc/pluggable_types.md


+ 0 - 0
streaming.md → doc/streaming.md