Organization domains are useful for large organizations with multiple projects they want to host on a single domain (with a subfolder per project).
For example, if my organization domain is
docs.example.com
, all your public projects will be available underdocs.example.com/{project-id}
To set up an organization domain, go to your organization's settings
:
A large tech startup with multiple separate SDKs would set up a single org domain calleddocs.devtools.com
. The different projects will be accessible as folders:
iOS SDK: docs.devtools.com/ios/
Android SDK: docs.devtools.com/android/
Web SDK: docs.devtools.com/web/
Space domains are what you will want to use most of the time, especially if you only have personal spaces.
To set up a space domain, go to your space
and click on the Advanced
tab:
A small startup with a single documentation project can set up the domain docs.coolstartup.com
.
A larger startup with a help center and an API documentation can set up a domain for each project: developer.startup.com
and help.startup.com
.