diff --git a/README.md b/README.md index a250c48..767eb5e 100644 --- a/README.md +++ b/README.md @@ -77,9 +77,8 @@ If instead you wish to connect to a remote host you can specify the `--ssh-host` option, the SSH port using the `--ssh-port` option and the SSH user using the `--ssh-user` option. -Check out the -[Flags docs](https://github.com/butlerx/wetty/blob/main/docs/flags.md) for a -full list of flags +Check out the [Flags docs](https://butlerx.github.io/wetty/flags) for a full +list of flags ### Docker container @@ -103,12 +102,12 @@ docker-compose file in the containers directory. Check out the [docs](https://github.com/butlerx/wetty/tree/main/docs) -- [Running as daemon](https://github.com/butlerx/wetty/blob/main/docs/service.md) -- [HTTPS Support](https://github.com/butlerx/wetty/blob/main/docs/https.md) - - [Using NGINX](https://github.com/butlerx/wetty/blob/main/docs/nginx.md) - - [Using Apache](https://github.com/butlerx/wetty/blob/main/docs/apache.md) -- [Automatic Login](https://github.com/butlerx/wetty/blob/main/docs/auto-login.md) -- [Downloading Files](https://github.com/butlerx/wetty/blob/main/docs/downloading-files.md) +- [Running as daemon](https://butlerx.github.io/wetty/service) +- [HTTPS Support](https://butlerx.github.io/wetty/https) + - [Using NGINX](https://butlerx.github.io/wetty/nginx) + - [Using Apache](https://butlerx.github.io/wetty/apache) +- [Automatic Login](https://butlerx.github.io/wetty/auto-login) +- [Downloading Files](https://butlerx.github.io/wetty/downloading-files) ### What browsers are supported? @@ -127,8 +126,7 @@ WeTTy supports all browsers that Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/butlerx/wetty/issues). -Please read the -[development docs](https://github.com/butlerx/wetty/blob/main/docs/development.md) +Please read the [development docs](https://butlerx.github.io/wetty/development) for installing from source and running is dev node Thanks goes to these wonderful people diff --git a/docs/nginx.md b/docs/nginx.md index 9a501c4..d08dc37 100644 --- a/docs/nginx.md +++ b/docs/nginx.md @@ -12,8 +12,9 @@ The following confs assume you want to serve WeTTy on the url `example.com/wetty` and are running WeTTy with the default base and serving it on the same server -For a more detailed look see the [nginx.conf](../conf/nginx.template) used for -testing +For a more detailed look see the +[nginx.conf](https://github.com/butlerx/wetty/blob/main/conf/nginx.template) +used for testing Put the following configuration in your nginx conf: diff --git a/docs/sidebar.md b/docs/sidebar.md index 232ae90..91ac827 100644 --- a/docs/sidebar.md +++ b/docs/sidebar.md @@ -1,4 +1,4 @@ -- [README.md](README.md) +- [Home](README.md) - [Apache](apache.md) - [API](API.md) - [AtoZ](atoz.md)