We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3577501 commit ea2d5dbCopy full SHA for ea2d5db
etc/generate-docs.sh
@@ -27,6 +27,7 @@ bson_version="$(python3 etc/get_bson_version.py)"
27
git clone --depth 1 --branch "v${bson_version}" https://github.com/mongodb/swift-bson
28
working_dir=${PWD}
29
cd swift-bson
30
+swift package update
31
sourcekitten doc --spm --module-name SwiftBSON > ${working_dir}/bson-docs.json
32
cd $working_dir
33
0 commit comments