-
Notifications
You must be signed in to change notification settings - Fork 6
Publish SASS API docs #353
Copy link
Copy link
Open
Labels
🌟 enhancementTYPE: Indicates new feature requestsTYPE: Indicates new feature requestsdocsCATEGORY: Anything related to documentationCATEGORY: Anything related to documentationhelp wantedINVITATION: Indicates that a maintainer wants help on an issue or pull requestINVITATION: Indicates that a maintainer wants help on an issue or pull requestinfrastructureCATEGORY: Infrastructure related - e.g. updates to build process, tests, tooling, etc.CATEGORY: Infrastructure related - e.g. updates to build process, tests, tooling, etc.
Metadata
Metadata
Assignees
Labels
🌟 enhancementTYPE: Indicates new feature requestsTYPE: Indicates new feature requestsdocsCATEGORY: Anything related to documentationCATEGORY: Anything related to documentationhelp wantedINVITATION: Indicates that a maintainer wants help on an issue or pull requestINVITATION: Indicates that a maintainer wants help on an issue or pull requestinfrastructureCATEGORY: Infrastructure related - e.g. updates to build process, tests, tooling, etc.CATEGORY: Infrastructure related - e.g. updates to build process, tests, tooling, etc.
Is your feature request related to a problem? Please describe.
We added SASS docs to
gravity-ui-webrecently. However, the only way to see them is to check out the code, build the docs locally and open them in your browser. We don't currently publish them on the web, but we should. :-)Describe the solution you'd like
http://style[-*].buildit.digital/domain where the pattern library lives and just add a directory. E.g.http://style-next.buildit.digital/sassdoc/http://style-next.buildit.digital/: Simple landing page with links to pattern library & SASS docshttp://style-next.buildit.digital/patterns/: Pattern libraryhttp://style-next.buildit.digital/sassdoc/: SASS docsgravity-sassdocs.buildit.digital/?.../sassdoc/and.../sassdoc-dev/or similar..travis.ymlto:npm run docs(and possibly alsonpm run docs:dev)dist/docs/sass/(and possibly alsodist/docs/sass-dev/) to the appropriate location on Amazon S3