Skip to content

Commit

Permalink
RUST-1229 Add install/features and connecting sections to the manual
Browse files Browse the repository at this point in the history
  • Loading branch information
abr-egn committed Mar 29, 2022
1 parent 9583189 commit 59ed18d
Show file tree
Hide file tree
Showing 17 changed files with 782 additions and 50 deletions.
15 changes: 15 additions & 0 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,16 @@ functions:
${PREPARE_SHELL}
.evergreen/check-rustdoc.sh
"check manual":
- command: shell.exec
type: test
params:
shell: bash
working_dir: "src"
script: |
${PREPARE_SHELL}
manual/test.sh
"upload-mo-artifacts":
- command: shell.exec
params:
Expand Down Expand Up @@ -1284,6 +1294,10 @@ tasks:
- name: "check-rustdoc"
commands:
- func: "check rustdoc"

- name: "check-manual"
commands:
- func: "check manual"



Expand Down Expand Up @@ -1681,4 +1695,5 @@ buildvariants:
- name: "check-clippy"
- name: "check-rustfmt"
- name: "check-rustdoc"
- name: "check-manual"

3 changes: 3 additions & 0 deletions .evergreen/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ rustup toolchain install nightly -c rustfmt
# Install tool for converting cargo test output to junit
cargo install cargo2junit

# Install the manual rendering tool
cargo install mdbook

# install npm/node
./.evergreen/install-node.sh

Expand Down
16 changes: 1 addition & 15 deletions docs/manual/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

263 changes: 263 additions & 0 deletions docs/manual/connecting.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 59ed18d

Please sign in to comment.