Skip to content

Commit c3e2bd5

Browse files
authored
RUST-1775 Remove manual in favor of a link to the docs page (#1079)
1 parent a8345db commit c3e2bd5

File tree

74 files changed

+10
-12405
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+10
-12405
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -674,11 +674,6 @@ tasks:
674674
commands:
675675
- func: "check rustdoc"
676676

677-
- name: check-manual
678-
tags: [lint]
679-
commands:
680-
- func: "check manual"
681-
682677
- name: test-3.6-standalone
683678
tags: [3.6, standalone]
684679
commands:
@@ -1787,17 +1782,6 @@ functions:
17871782
${PREPARE_SHELL}
17881783
.evergreen/check-rustdoc.sh
17891784
1790-
"check manual":
1791-
- command: shell.exec
1792-
type: test
1793-
params:
1794-
working_dir: src
1795-
shell: bash
1796-
script: |
1797-
${PREPARE_SHELL}
1798-
.evergreen/install-dependencies.sh mdbook
1799-
manual/test.sh
1800-
18011785
"upload-mo-artifacts":
18021786
- command: shell.exec
18031787
params:

.evergreen/install-dependencies.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ for arg; do
2727

2828
source .evergreen/env.sh
2929
rustup toolchain install nightly -c rustfmt
30-
elif [ $arg == "mdbook" ]; then
31-
source ${CARGO_HOME}/env
32-
# Install the manual rendering tool
33-
cargo install mdbook
3430
elif [ $arg == "junit-dependencies" ]; then
3531
source ${CARGO_HOME}/env
3632

docs/.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/manual/.nojekyll

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/manual/404.html

Lines changed: 0 additions & 232 deletions
This file was deleted.

docs/manual/FontAwesome/css/font-awesome.css

Lines changed: 0 additions & 4 deletions
This file was deleted.
-162 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)