diff --git a/docs/src/demos/ReadOnly/index.spec.js b/docs/src/demos/ReadOnly/index.spec.js new file mode 100644 index 00000000..33182594 --- /dev/null +++ b/docs/src/demos/ReadOnly/index.spec.js @@ -0,0 +1,5 @@ +context('read-only', () => { + beforeEach(() => { + cy.visit('/examples/read-only') + }) +}) \ No newline at end of file diff --git a/docs/src/demos/ReadOnly/index.vue b/docs/src/demos/ReadOnly/index.vue new file mode 100644 index 00000000..b4155489 --- /dev/null +++ b/docs/src/demos/ReadOnly/index.vue @@ -0,0 +1,55 @@ + + + \ No newline at end of file diff --git a/docs/src/demos/ReadOnly/style.scss b/docs/src/demos/ReadOnly/style.scss new file mode 100644 index 00000000..9032b118 --- /dev/null +++ b/docs/src/demos/ReadOnly/style.scss @@ -0,0 +1,3 @@ +.checkbox { + margin-bottom: 1rem; +} \ No newline at end of file diff --git a/docs/src/docPages/examples/read-only.md b/docs/src/docPages/examples/read-only.md new file mode 100644 index 00000000..a25de92c --- /dev/null +++ b/docs/src/docPages/examples/read-only.md @@ -0,0 +1,3 @@ +# Read-Only + + \ No newline at end of file diff --git a/docs/src/links.yaml b/docs/src/links.yaml index d8e80b75..c7f3829d 100644 --- a/docs/src/links.yaml +++ b/docs/src/links.yaml @@ -29,47 +29,47 @@ - title: Basic link: /examples/basic - title: Menu Bubble - link: /Menu Bubble/ + link: /examples/menu-bubble - title: Floating Menu - link: /Floating Menu/ + link: /examples/floating-menu - title: Links - link: /Links/ + link: /examples/links - title: Images - link: /Images/ + link: /examples/images - title: Hiding Menu Bar - link: /Menu Bar/ + link: /examples/hiding-menu-bar - title: Todo List - link: /Todo List/ + link: /examples/todo-list - title: Tables - link: /Tables/ + link: /examples/tables - title: Search and Replace - link: /and Replace/ + link: /examples/search-and-replace - title: Suggestions - link: /Suggestions/ + link: /examples/suggestions - title: Markdown Shortcuts - link: /Markdown Shortcuts/ + link: /examples/markdown-shortcuts - title: Code Highlighting - link: /Code Highlighting/ + link: /examples/code-highlighting - title: History - link: /History/ + link: /examples/history - title: Read-Only - link: /-Only/ + link: /examples/read-only - title: Embeds - link: /Embeds/ + link: /examples/embeds - title: Placeholder - link: /Placeholder/ + link: /examples/placeholder - title: Focus - link: /Focus/ + link: /examples/focus - title: Collaboration - link: /Collaboration/ + link: /examples/collaboration - title: Title - link: /Title/ + link: /examples/title - title: Trailing Paragraph - link: /Trailing Paragraph/ + link: /examples/trailing-paragraph - title: Drag Handle - link: /Drag Handle/ + link: /examples/drag-handle - title: Export HTML or JSON - link: /export-html-or-json/ + link: /examples/export-html-or-json - title: API items: