Selaa lähdekoodia

Remove old docs and move CHANGES.md to root

JC Brand 8 vuotta sitten
vanhempi
commit
c04f690c44
3 muutettua tiedostoa jossa 0 lisäystä ja 26 poistoa
  1. 0 0
      CHANGES.md
  2. 0 18
      docs/API.rst
  3. 0 8
      docs/RELEASE_CHECKLIST.txt

+ 0 - 0
docs/CHANGES.md → CHANGES.md


+ 0 - 18
docs/API.rst

@@ -1,18 +0,0 @@
-Converse.js API
-===============
-
-Done:
------
-
-* initialize 
-
-TBD:
-----
-
-* log in
-* log out
-* open a chat box
-* close a chat box
-* toggle a chat box
-* change user's presence status
-* change user's custom message

+ 0 - 8
docs/RELEASE_CHECKLIST.txt

@@ -1,8 +0,0 @@
-- Run tests
-    make check
-- make the release
-    make release VERSION=0.6.4
-- Tag
-    git tag -s v0.6.4 -m 'Release of version 0.6.4'
-- Push
-    git push origin master --tags