You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.
I think the initial landing of the docs/ directory and Jekyl integration landed with version numbers, but the landing page at https://mozilla.github.io/mentat/ is full of broken links because the version numbers are missing.
I'd like to see:
the links corrected
some kind of "latest" and "v0.x" incorporated
version numbers of the APIs to be at the top-level, like mentat/0.7/{swift,rust,...} rather than mentat/{swift,rust}/0.7
version numbers to agree with the main Mentat version number (so 0.7 throughout, or whatever is appropriate)
the stanza bundle exec jekyll serve --incremental somewhere in the documentation itself
@fluffyemily can you take some or all of those items? Thanks! (P.S. Your instructions worked well for me locally, and the site looks good!)
The text was updated successfully, but these errors were encountered:
* Fix broken API doc links
Create symlink for latest to point to v0.7.
Group APIs by top version number rather than individual
* Update swift and android version numbers to match Mentats
* Update documentation
* Update top level .gitignore to ignore docs site & metatdata
* Add README to help with building documentation site
* Address review comments @ncalexan
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I think the initial landing of the
docs/
directory and Jekyl integration landed with version numbers, but the landing page at https://mozilla.github.io/mentat/ is full of broken links because the version numbers are missing.I'd like to see:
mentat/0.7/{swift,rust,...}
rather thanmentat/{swift,rust}/0.7
bundle exec jekyll serve --incremental
somewhere in the documentation itself@fluffyemily can you take some or all of those items? Thanks! (P.S. Your instructions worked well for me locally, and the site looks good!)
The text was updated successfully, but these errors were encountered: