This website requires JavaScript.
Explore
Help
Sign in
LemmyNet
/
lemmy-docs
Watch
2
Star
0
Fork
You've already forked lemmy-docs
0
mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced
2024-11-01 01:59:54 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
215df3f322
lemmy-docs
/
update-includes.sh
4 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
Generate config docs from lemmy code (#102) * Generate config docs from lemmy code * fix mkdir error in build.sh, update lemmy submodule * fix drone config * init git submodule * install git * apt update * -y * dont do submodule init * x * w * update gitignore * xz * remove submodule * readd submodule * step * update rust * deps * use defaults.hjson from lemmy without building, also include apub examples * use updated mdbook from upstream pr https://github.com/rust-lang/mdBook/pull/1306#issuecomment-920429495 * Download embeds over http instead of using git submodule * install curl * apt update * typo * -y
2021-10-25 14:00:45 +00:00
#!/bin/bash
set
-e
Rewrite lemmy_protocol.md, to embed all json examples from lemmy repo (#111) * Rewrite lemmy_protocol.md, to embed all json examples from lemmy repo * Upgrade Rust version for CI
2021-11-11 18:52:57 +00:00
git clone https://github.com/LemmyNet/lemmy.git include --depth
1
Reference in a new issue
Copy permalink