Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Create contribution guidelines and update docs (#426)
* docs: Start documenting contributing guidelines. * docs: Create Pull Request template Co-authored-by: connor-baer <[email protected]> * docs: Add design system flow chart to contributing docs. * docs: Update "Getting Start" developer docs. * docs: Add useful commands for running the project and tests. * docs: Adjust docs about global styles in Circuit. * docs: Adjust dependencies needed to add emotion to a circuit project. * docs: Remove the how to document page. * docs: Remove empty FAQ page. * docs: Re-enable custom index and update favicon. * docs: Add global styles to docz wrapper. * docs: Work on proposal for component design principles. * docs: Update documentation on emotion theming and fonts. * docs: Fix fonts docs referencing outdated function. * docs: Remove extraneous line from getting started developers page. * docs: Adapt docz to use circuit colors. * docs: Add header to docs helpers, remove unused components. * docs: Reformat dev principles in docs. * docs: Move location of Principles page in docz. * docs: Update message about using the distributed version of Circuit. * docs: Adjust text on developers getting started page. * docs: Add docs for Badge. * docs: Add docs for Message. * docs: Add docs for progress bar. * docs: Add docs for tag component. * docs: Remove DocButton file. * docs: Add empty doc for autocomplete input. * docs: Add search input to form page. * docs: Add toggle. * docs: Add calendar component. * docs: Fix modal broken in docs. * docs: Remove non-rendered props in docs pages. * docs: Add pagination component. * docs: Add sidebar docs. * docs: Add more sidebar docs. * docs(docs): update best practices section for principles * docs: Put changelog directly in docs menu. * Remove component status page in favor of on-page statuses. * Add issue template to suggest tech improvement * Fix Tech improvement issue template * Fix emotion-theming link Emotion moved to a monorepo structure and this broke the link * Fix error in GlobalStyles code snippet example The wrong variable name was passed as custom prop * Fix typo on Fonts page * Indent code snippets to fix ordered list numbering * Update usage of theme.standard to theme.circuit in the docs. * Remove extra spaces in List code snippets * Fix ProgressBar percentage or fraction code snippet - Label says 33%, the props should be max={3} value={1} - Harmonize sizes, the snippet with example sizes comes after * Handle missing docz hashrouter with 404 redirect for gh-pages * Mention create-sumup-react-app and circuit-deck tools in Getting Started * Fix use of Emotion styled API in example snippet * Add AutoCompleteInpu to Forms page * Document AutoCompleteTags on Forms page * Fix bold styling for Do not list item * Adding blockquote documentation * Add docs for the SidebarContext component * Fix Table custom sorting code snippet * Document ButtonGroup on the Button page * Rewrite Autocomplete Tags doc line * Document ListView on Card page * Remove margins in InlineNotification example snipets * Add section on notification messages to Message * Write Inline Notification intro Point to Message for notifications removed from the content flow * Mention InlineNotification for in-flow notifications in NotificationList * Scaffold out Tabs documentation * Write docs for CardScheme * Write draft Loading Button docs Use a state hook in button.js to render a dynamic component in the Playground * Adding button documentation * Adding calendar docs * Adding card docs * Adding HR docs * Adding image docs * Add statuses to components. * Add changes to statuses. * Adding inline notification docs * docs: add pagination and update message * Add deprecation process to contributing file. * docs: add selector and update sidebar * docs: add state to Sidebar playground * docs: add table and toggle * docs: refactor LoadingButton helper component to render a better Playground example - Improve the markup shown in the Docz Playground, showing three buttons instead of a single element - Add a Playground comment explaining an implementation of LoadingButton could be found in the Storybook - Refactor the button.js helper component to deal with a simple exitAnimation prop from the Playground example * docs: update tech improvement issue template name * docs: fix console.log to console.warn in CONTRIBUTING * docs: add Props tables and lint * docs: add stateful helper component for Selector Playground * docs(docs): describe the release process * fix(docs): fix anchor link * docs: add design principles, typography and card schemes * docs: update blockquote and add getting started for designers
- Loading branch information