Documentation versions are now archived along with the build.

This commit is contained in:
Harrison Deng 2022-04-18 18:54:41 -05:00
parent 56c07f52d8
commit cffd127aaf
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -33,7 +33,7 @@ pipeline {
nodejs('NodeJS (17.4.0)') {
sh "npm run docs"
}
publishHTML([allowMissing: false, alwaysLinkToLastBuild: false, keepAll: false, reportDir: './docs', reportFiles: 'index.html', reportName: 'AudioShowKit JSDocs', reportTitles: ''])
publishHTML([allowMissing: false, alwaysLinkToLastBuild: true, keepAll: true, reportDir: './docs', reportFiles: 'index.html', reportName: 'AudioShowKit Docs', reportTitles: ''])
}
}
}

View File

@ -11,7 +11,7 @@ From here, add the downloaded javascript bundle to your html as you would any ot
<script src="./audioshowkit.js" defer></script>
```
Now, any script that is loaded after the `audioshowkit.js` script loads will have access to the `audioshowkit` object. Prepared are three tutorials with demonstrations. I recommend starting with [this one](https://dev.sys.reslate.xyz/dev-auto/job/AudioShowKit/job/master/AudioShowKit_20JSDocs/).
Now, any script that is loaded after the `audioshowkit.js` script loads will have access to the `audioshowkit` object. Prepared are three tutorials with demonstrations. I recommend starting with the Music Playlist tutorial.
## Documentation