Skip to content

Documentation of Wire for Developers and Operators

Notifications You must be signed in to change notification settings

timbury/wire-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wire-docs

Source files for wire-server documentation.

Reading the documentation

Visit https://docs.wire.com/

Making contributions

The structure of this document has been heavily inspired by this blog post.

We use sphinx for rendering. Here is a cheat sheet for writing re-structured text (*.rst).

Generate docs (using docker, so you don't need to install python dependencies yourself)

make

(Alternatively, if you have python dependencies installed, run make html).

Look at results by opening build/html/index.html

For maintainers (Wire employees)

Upload to S3

CI is set up to do this automatically on a push to master. If for some reason you wish to upload manually to S3:

(You need amazon credentials for pushing to S3)

make push

Please note that cloudfront CDN has a certain cache duration (at the time of writing: 1 minute), so changes will take a bit of time to take effect.

About

Documentation of Wire for Developers and Operators

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published