https://docs.aws.amazon.com/cdk/api/latest/docs/
It would be really helpful if we could browse documentation by version since CDK is always evolving. Thank you.
This is a 馃摃 documentation issue
You can download old copies of the documentation from the GItHub Releases Page: https://github.com/aws/aws-cdk/releases
This is not very helpful, I unzipped the documentation for the version I'm interested in but there isn't actually any content when I open index.html in the browser
Some actual written instructions would go a long way
This is not very helpful, I unzipped the documentation for the version I'm interested in but there isn't actually any content when I open index.html in the browser
Some actual written instructions would go a long way
This experience would be painful. Perhaps, I don't know how to use my downloaded docs, should I be using some server to serve the pages? I think this should be reopened please @rix0rrr
For future readers, yes you should be using an http server to serve the pages. For example I used the http-server nodejs library.
In the root of your unzipped download, run npx http-server and your doc will be available on localhost:8080
This is assuming you have nodejs / npm installed.
@hafbau, thank you for clarifying how to access the documents. This was helpful.
Most helpful comment
This is not very helpful, I unzipped the documentation for the version I'm interested in but there isn't actually any content when I open index.html in the browser
Some actual written instructions would go a long way