-
Notifications
You must be signed in to change notification settings - Fork 73
docs: sync api docs github #1986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
1004a57 to
94270fd
Compare
|
Thanks @taddes. I was able to preview the docs locally. From clicking around I found that
|
Thanks @chenba ! I forgot to remove |
94270fd to
f757863
Compare
docs/src/syncstorage/api.md
Outdated
| @@ -0,0 +1,9 @@ | |||
| # Styncstorage API | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| # Styncstorage API | |
| # Syncstorage API |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I propose an ADR where we consider renaming the service to Styncstorage 😆
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👃 🤢
86bab03 to
198941e
Compare
| @@ -0,0 +1,50 @@ | |||
| <a id="howto_configure_tls"></a> | |||
|
|
|||
| # Configure your Sync server for TLS | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably don't need this anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I've got it on the books as something to potentially cull. Thx
chenba
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📖


Description
Migrates old docs published to https://mozilla-services.readthedocs.io/en/latest/index.html. Converts from .rst to .md and used mdbook. Fixes broken graphviz diagrams and converts to mermaid. Publishes to our GitHub Pages.
I have done my best to mark outdated docs that we can consider sunsetting, or marking deprecated. Regardless, some of those are maintained here for legacy. Some things will need updating that I have noted and we'll take care of in other issues.
Testing
Preview docs using
make doc-watch. Once merged, will publishIssue(s)
Closes STOR-378.