Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/src/.vuepress/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@ import { Layout as ParentLayout } from "vuepress-theme-hope/client";
import Layout from './layouts/PageLayout.vue'
import NotFoundLayout from './layouts/NotFoundLayout.vue'
import BlogLayout from './layouts/BlogLayout.vue';
import NewsList from "./components/NewsList.vue"; // adjust if path differs



export default defineClientConfig({
enhance({ app }) {
//app.component("NewsList", NewsList);

},
layouts: {
ParentLayout,
Layout,
NotFound: NotFoundLayout,
Blog: BlogLayout,

},
})
8 changes: 0 additions & 8 deletions docs/src/.vuepress/components/NewsList.vue

This file was deleted.

158 changes: 158 additions & 0 deletions docs/src/.vuepress/public/assets/linter/architecture.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
143 changes: 143 additions & 0 deletions docs/src/.vuepress/public/assets/linter/bpmn-linting.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading