Commit Graph

6 Commits

Author SHA1 Message Date
Chase Coalwell f53ffd52f0
publish docs via ssh (#1503) 2022-11-17 17:01:05 -07:00
JordonPhillips f19dfb1290 Update links to point to smithy.io 2022-11-15 18:11:04 +01:00
Adam Thomas af6cd41e3d Fix mkdocs
Fixes incorrect reference to pip3 and changes
diff command to correctly show new pages.
2022-05-02 17:41:16 +02:00
Michael Dowling 636d8828d0 Clean up mkdocs doc gen
This commit updates the doc generation script to clear out the
/version/latest directory since it's not supposed to be there, and adds
a prompt for viewing the full diff.
2020-05-06 15:03:14 -07:00
Michael Dowling e7dd3b2488 Version the spec and javadocs
This commit updates the spec to use a version number and updates our
hosted javadocs to be versioned too.

1. The spec now uses "release" for the full version
2. The spec uses "version" for the shortened release version ("1.0").
   Docs across a minor version should all be compatible, and shipping
   spec docs using a patch version might fragment links to the spec too
   much.
3. The javadoc now uses the library version (which might be different
   than the spec). A javadoc/latest/index.html file is created that
   redirects to the latest version of the javadocs.
4. When building the docs, we no longer clear out the previous files,
   this is key for continuing to host older version of the spec and
   javadocs.
2020-05-01 14:24:40 -07:00
Michael Dowling 5ee338e2cb Automate documentation publishing 2019-07-24 13:05:51 -07:00