Skip to content

Commit

Permalink
docs: add metadata and custom HTML head to index.hbs (#29)
Browse files Browse the repository at this point in the history
* docs: add metadata and custom HTML head to index.hbs

* chore: update og image name
  • Loading branch information
0xArdy authored Dec 13, 2023
1 parent 24ca7ff commit bbb8aa5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
Binary file added docs/src/prophet-theme/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions docs/src/prophet-theme/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,29 @@
<base href="{{ base_url }}">
{{/if}}

<!-- Metadata -->
<meta name="title" content="Prophet - Documentation" />
<meta name="application-name" content="Prophet" />
<meta name="robots" content="index, follow" />
<meta
name="description"
content="Prophet presents a versatile and fully adaptable optimistic oracle solution, transcending the boundaries of conventional dispute resolution modules."
/>
<meta
name="keywords"
content="Prophet, Prophet, optimistic oracle, dispute resolution, modular framework, permissionless, public good, wonderland"
/>
<meta name="author" content="Wonderland" />
<meta name="theme-color" content="#000000" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://docs.prophet.tech/" />
<meta property="og:title" content="Prophet - Documentation" />
<meta
property="og:description"
content="Prophet presents a versatile and fully adaptable optimistic oracle solution, transcending the boundaries of conventional dispute resolution modules."
/>
<meta property="og:image" content="/favicon.png" />


<!-- Custom HTML head -->
{{> head}}
Expand Down

0 comments on commit bbb8aa5

Please sign in to comment.