diff --git a/README.md b/README.md index 060d851e6c..18bdf96b05 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,10 @@ The TELUS Design System (TDS) is a set of living guidelines that communicates ou It's a holistic platform that integrates documentation, guidelines and design management that serves as single source for digital design guidelines, code patterns and UI elements. +TDS is intended for use by TELUS employees and approved vendors. + TDS component usage, documentation & examples: + ## Table of Contents * [Getting Started](guide/getting-started/getting-started.md) @@ -38,9 +41,6 @@ TDS component usage, documentation & examples: * [Motion](guide/design/motion.md) * [Depth](guide/design/depth.md) -#### Assets -* [Master Sketch file](https://github.com/telusdigital/tds/releases/latest) - #### Support & links * [Contact us](guide/contact.md) diff --git a/guide/README.md b/guide/README.md deleted file mode 100644 index 8fa79c125e..0000000000 --- a/guide/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# TELUS Design System - -The TELUS Design System (TDS) is a set of living guidelines that communicates our brand promise through our digital experiences. -It's a holistic platform that integrates documentation, guidelines and design management and that serves as single source for -digital design guidelines, code patterns and UI elements. - -TDS is intended for use by TELUS employees and approved vendors. diff --git a/guide/SUMMARY.md b/guide/SUMMARY.md deleted file mode 100644 index 0f58a5414c..0000000000 --- a/guide/SUMMARY.md +++ /dev/null @@ -1,40 +0,0 @@ -## TELUS Design System - -* [Home](README.md) -* [Getting Started](./getting-started/getting-started.md) - * [Designers](./getting-started/designers.md) - * [Developers](./getting-started/developers.md) -* [Components](ref://components/index.html) -* [Contributing](./contributing/contributing.md) - * [Designer guide](./contributing/designer-guide.md) - * [Developer guide](./contributing/developer-guide.md) - * [Codebase overview](./contributing/codebase-overview.md) -* [Roadmap](./roadmap.md) - -## Design principles & guidelines - -* [Design Principles](./design/principles.md) -* [Accessibility](./accessibility/accessibility.md) - * [Colour and contrast](./accessibility/colour-contrast.md) - * [Keyboard navigation](./accessibility/keyboard-nav.md) - * [Screen readers](./accessibility/screen-readers.md) - * [Content](./accessibility/content.md) -* [Colour](./design/colour.md) -* [Typography](./design/typography.md) -* [Iconography](./design/iconography.md) -* [Writing](./design/writing.md) -* [Layout](./design/layout.md) -* [Motion](./design/motion.md) -* [Depth](./design/depth.md) - -## Assets -* [Download the Sketch file](https://github.com/telusdigital/tds/releases/latest) - -## Support & links - -* [Contact us](./contact.md) -* [FAQs](./getting-started/faq.md) -* [Report an issue](https://github.com/telusdigital/tds/issues/new?template=defect_template.md) -* [Suggest a feature](https://github.com/telusdigital/tds/issues/new?template=feature_template.md) -* [TDS on GitHub](https://github.com/telusdigital/tds) -* [npm package](https://www.npmjs.com/package/@telusdigital/tds)