Skip to content

Commit

Permalink
add pages for hosted solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyauhalin committed Jul 10, 2024
1 parent cc090e5 commit 567d588
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import type {Data} from "@onlyoffice/eleventy-types"
import * as g from "@/generations/service.ts"
import * as r from "@/resources/docspace-hosted-solutions.ts"

export function data(): Data {
return g.data(r)
}
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import type {Data} from "@onlyoffice/eleventy-types"
import * as g from "@/generations/service.ts"
import * as r from "@/resources/docspace-hosted-solutions.ts"

export function data(): Data {
return g.data(r)
}
Empty file.

0 comments on commit 567d588

Please sign in to comment.