diff --git a/docs/common/DocsDoNot.vue b/docs/common/DocsDoNot.vue index 0330c6614..dbd7b5a28 100644 --- a/docs/common/DocsDoNot.vue +++ b/docs/common/DocsDoNot.vue @@ -36,6 +36,7 @@ .show { display: inline-block; margin: 8px; + vertical-align: top; border: 1px solid #dedede; border-radius: 4px; } diff --git a/docs/common/DocsPageTemplate/index.vue b/docs/common/DocsPageTemplate/index.vue index 5d22a6047..9f4c5f65d 100644 --- a/docs/common/DocsPageTemplate/index.vue +++ b/docs/common/DocsPageTemplate/index.vue @@ -44,7 +44,7 @@ import MethodsTable from './jsdocs/MethodsTable'; import Header from './Header'; import SideNav from './SideNav'; - import jsdocs from '~/jsdocs'; + import jsdocs from '~/jsdocs.js'; import tableOfContents from '~/tableOfContents.js'; export default { diff --git a/docs/pages/errors/alert.png b/docs/pages/errors/alert.png new file mode 100644 index 000000000..bb7cab0ce Binary files /dev/null and b/docs/pages/errors/alert.png differ diff --git a/docs/pages/errors/banner.png b/docs/pages/errors/banner.png new file mode 100644 index 000000000..b7364ca55 Binary files /dev/null and b/docs/pages/errors/banner.png differ diff --git a/docs/pages/errors/disable.png b/docs/pages/errors/disable.png new file mode 100644 index 000000000..b596caedd Binary files /dev/null and b/docs/pages/errors/disable.png differ diff --git a/docs/pages/errors/disclosure-do.png b/docs/pages/errors/disclosure-do.png new file mode 100644 index 000000000..c4e991720 Binary files /dev/null and b/docs/pages/errors/disclosure-do.png differ diff --git a/docs/pages/errors/disclosure-dont.png b/docs/pages/errors/disclosure-dont.png new file mode 100644 index 000000000..6d2ad1bab Binary files /dev/null and b/docs/pages/errors/disclosure-dont.png differ diff --git a/docs/pages/errors/index.vue b/docs/pages/errors/index.vue new file mode 100644 index 000000000..bfa4d836e --- /dev/null +++ b/docs/pages/errors/index.vue @@ -0,0 +1,218 @@ + + + + + + + diff --git a/docs/pages/errors/inline-error.png b/docs/pages/errors/inline-error.png new file mode 100644 index 000000000..16861fb8d Binary files /dev/null and b/docs/pages/errors/inline-error.png differ diff --git a/docs/pages/errors/page.png b/docs/pages/errors/page.png new file mode 100644 index 000000000..e6c315fc8 Binary files /dev/null and b/docs/pages/errors/page.png differ diff --git a/docs/pages/errors/undo.png b/docs/pages/errors/undo.png new file mode 100644 index 000000000..55429f81a Binary files /dev/null and b/docs/pages/errors/undo.png differ diff --git a/docs/pages/errors/warning.png b/docs/pages/errors/warning.png new file mode 100644 index 000000000..20daf1529 Binary files /dev/null and b/docs/pages/errors/warning.png differ diff --git a/docs/pages/principles.vue b/docs/pages/principles.vue index 9b7a1c770..58cb326fb 100644 --- a/docs/pages/principles.vue +++ b/docs/pages/principles.vue @@ -8,7 +8,9 @@

Finally, these principles are a work in progress. The intent is that this is a living set of principles that will evolve to better serve the design team, the product process, and our users.

-

Equity is at the heart of Learning Equality’s mission. Our products address barriers of access to educational opportunity that are faced by marginalized populations.

+

+ Equity is at the heart of Learning Equality’s mission. Our products address barriers of access to educational opportunity that are faced by marginalized populations. +

-

The learning process can sometimes feel tiring and challenging. Learning can be far more effective by keeping people motivated and engaged. We support not only concept and skill proficiency, but also the ability to continue learning in the future.

+

+ The learning process can sometimes feel tiring and challenging. Learning can be far more effective by keeping people motivated and engaged. We support not only concept and skill proficiency, but also the ability to continue learning in the future. +

-

Communities understand their own needs best. Our tools enable them to have ownership over how their goals, educational resources, and identities are represented. We understand that one size doesn’t fit all, so we serve the unique needs of our communities in these ways:

+

+ Communities understand their own needs best. Our tools enable them to have ownership over how their goals, educational resources, and identities are represented. We understand that one size doesn’t fit all, so we serve the unique needs of our communities in these ways: +

-

Consistency removes friction with the product, allowing people to focus on what they’re trying to get done. Each function of our products should feel empowering and familiar with the rest of the product ecosystem.

+

+ Consistency removes friction with the product, allowing people to focus on what they’re trying to get done. Each function of our products should feel empowering and familiar with the rest of the product ecosystem. +