Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 2989a1c

Browse files
authored
Merge pull request #2422 from Cargill/rbb-1-3-remove-docs
BACKPORT 1-3: Uncommit docs
2 parents 699d4a4 + 1f1ef7e commit 2989a1c

File tree

186 files changed

+3
-22550
lines changed

Some content is hidden

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

186 files changed

+3
-22550
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Hyperledger Sawtooth is Apache 2.0 licensed and accepts contributions via
44
[GitHub](https://github.com/hyperledger/sawtooth-core) pull requests.
55

66
Please see
7-
[Contributing](https://sawtooth.hyperledger.org/docs/core/releases/latest/community/contributing.html)
7+
[Contributing](https://sawtooth.hyperledger.org/community/contributing.html)
88
in the Sawtooth documentation for information on how to contribute and the guidelines for contributions.
99

Jenkinsfile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,6 @@ pipeline {
128128
}
129129
}
130130

131-
stage ('Build Documentation') {
132-
steps {
133-
sh 'docker build . -f ci/sawtooth-build-docs -t sawtooth-build-docs:$ISOLATION_ID'
134-
sh 'docker run --rm -v $(pwd):/project/sawtooth-core sawtooth-build-docs:$ISOLATION_ID'
135-
}
136-
}
137-
138131
stage('Build Archive Artifacts') {
139132
steps {
140133
sh 'docker-compose -f docker/compose/copy-debs.yaml up'
@@ -149,7 +142,7 @@ pipeline {
149142
sh 'docker-compose -f docker/compose/copy-debs.yaml down'
150143
}
151144
success {
152-
archiveArtifacts '*.tgz, *.zip, build/debs/*.deb, build/bandit.html, coverage/html/*, docs/build/html/**, docs/build/latex/*.pdf'
145+
archiveArtifacts '*.tgz, *.zip, build/debs/*.deb, build/bandit.html, coverage/html/*'
153146
}
154147
aborted {
155148
error "Aborted, exiting now"

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,4 @@ License
3434

3535
Hyperledger Sawtooth software is licensed under the [Apache License Version 2.0](LICENSE) software license.
3636

37-
Hyperledger Sawtooth documentation in the [docs](docs) subdirectory is licensed under
38-
a Creative Commons Attribution 4.0 International License. You may obtain a copy of the
39-
license at: http://creativecommons.org/licenses/by/4.0/.
40-
4137
![Open Source Award Badge](images/rookies16-small.png)

bin/clean_all

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ top_dir=$(cd $(dirname $(dirname $0)) && pwd)
2020
set -x
2121
set -e
2222

23-
for pkg in cli validator docs families rest_api \
23+
for pkg in cli validator families rest_api \
2424
consensus/poet/cli consensus/poet/core consensus/poet/common consensus/poet/families consensus/poet/simulator
2525
do
2626
cd $top_dir/$pkg

bin/generate_cli_output

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

bin/make_templated_docs

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

ci/sawtooth-build-docs

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

0 commit comments

Comments
 (0)