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 Mar 11, 2021. It is now read-only.
In the #micromdm slack channel we decided to make the documentation it's own git repo 👍
Next is we need to figure out the URL for the docs. The most common options I see are:
micromdm.io/docs
docs.micromdm.io
Since this site is currently hosted in a Google bucket either should be pretty easy to handle. I personally prefer option 1. This should also allow @groob to just dump this into the bucket under a /docs folder.
Once we decide we need to make sure and update the baseURL key in our config.toml to match.
The text was updated successfully, but these errors were encountered:
micromdm.io is deployed by serving a GCP storage bucket through the GCP loadbalancer/cdn
I would prefer /docs because it's an easy URL map in the loadbalancer config + 2 static buckets vs 2 loadbalancers with independent certificates.
It also ends up being the cheaper option.
Yeah I think choice 1 is better. I remember reading something about preferring the /docs suffix over a custom subdomain. That being said, i've also seen places that suggest using www subdomains over apex domains.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the #micromdm slack channel we decided to make the documentation it's own git repo 👍
Next is we need to figure out the URL for the docs. The most common options I see are:
Since this site is currently hosted in a Google bucket either should be pretty easy to handle. I personally prefer option 1. This should also allow @groob to just dump this into the bucket under a /docs folder.
Once we decide we need to make sure and update the
baseURL
key in ourconfig.toml
to match.The text was updated successfully, but these errors were encountered: