Skip to content

Commit

Permalink
Missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
lietu committed Oct 30, 2023
1 parent 1629efb commit 492f7a8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
export let data
</script>

<Title title={`IOXIO®️ Documentation portal`} />

<Breadcrumbs path={data.path} route={data.route} />

<Title>Documentation portal</Title>
<p>
Documentation for various <A href="https://ioxio.com">IOXIO&reg;</A> technologies.
</p>
Expand Down
4 changes: 2 additions & 2 deletions src/routes/schemas/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
export let data
</script>

<Breadcrumbs path={data.path} route={data.route} />

<Title title="Data schemas used in IOXIO Dataspaces" />

<Breadcrumbs path={data.path} route={data.route} />

<h1>Schemas</h1>

<p>Human readable schemas for various objects and files used in IOXIO Dataspaces.</p>
Expand Down
4 changes: 2 additions & 2 deletions src/routes/tags/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
export let data
</script>

<Breadcrumbs path={data.path} route={data.route} />
<Title title={`IOXIO Tags™️`} />

<Title>IOXIO Tags&trade;</Title>
<Breadcrumbs path={data.path} route={data.route} />

<h2>Technical details</h2>
<ul>
Expand Down
4 changes: 2 additions & 2 deletions src/routes/tags/metadata/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@
]
</script>

<Breadcrumbs path={data.path} route={data.route} />
<Title title={`IOXIO Tags™️ metadata`} />

<Title>IOXIO Tags&trade; metadata</Title>
<Breadcrumbs path={data.path} route={data.route} />

<p>Technical details about the metadata files for IOXIO Tags&trade;.</p>

Expand Down
4 changes: 2 additions & 2 deletions src/routes/tags/signatures/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
export let data
</script>

<Breadcrumbs path={data.path} route={data.route} />
<Title title={`IOXIO Tags™️ signatures`} />

<Title>IOXIO Tags&trade; signatures</Title>
<Breadcrumbs path={data.path} route={data.route} />

<p>Technical details about the signatures used with IOXIO Tags&trade;.</p>

Expand Down

0 comments on commit 492f7a8

Please sign in to comment.