No description
Find a file
2021-02-05 22:49:02 -05:00
content Change lemmer to remmel. 2021-01-30 11:51:32 -05:00
lemmy-docs@b9d1c10867 Adding docs to joinlemmy. Fixes #9 (#10) 2021-02-04 14:55:58 -05:00
static Adding asyncapi html generation. Fixes #11 2021-02-05 22:49:02 -05:00
templates Adding sopuli.xyz 2021-02-04 20:53:17 -05:00
.gitignore Adding asyncapi html generation. Fixes #11 2021-02-05 22:49:02 -05:00
.gitmodules Adding docs to joinlemmy. Fixes #9 (#10) 2021-02-04 14:55:58 -05:00
build.sh Adding asyncapi html generation. Fixes #11 2021-02-05 22:49:02 -05:00
build_docs.sh Adding docs to joinlemmy. Fixes #9 (#10) 2021-02-04 14:55:58 -05:00
config.toml Initial commit. 2020-09-27 23:19:11 -05:00
deploy.sh Updating deploy 2021-02-04 15:06:29 -05:00
LICENSE Mostly working. 2020-09-28 13:59:32 -05:00
package.json Adding asyncapi html generation. Fixes #11 2021-02-05 22:49:02 -05:00
README.md Adding asyncapi html generation. Fixes #11 2021-02-05 22:49:02 -05:00
serve.sh Adding asyncapi html generation. Fixes #11 2021-02-05 22:49:02 -05:00
styles.md Initial commit. 2020-09-27 23:19:11 -05:00
yarn.lock Adding asyncapi html generation. Fixes #11 2021-02-05 22:49:02 -05:00

Join lemmy site

Requirements

  • zola
  • yarn to build the API docs
  • cargo to build the mdbook docs

Running

To test / make changes:

  • run ./serve.sh
  • Goto 127.0.0.1:1111
  • Goto 127.0.0.1:1111/docs/en/index.html for docs
  • Goto 127.0.0.1:1111/api/index.html for API