Skip to content

Commit

Permalink
feat(docs): Add favicon and site logo
Browse files Browse the repository at this point in the history
Summary: Add favicon and site logo

Reviewed By: cabanier

Differential Revision:
D52097205

Privacy Context Container: L1179008

fbshipit-source-id: e15272c9ea6edd9c5a4911be3455fb2b83e38cf4
  • Loading branch information
felixtrz authored and facebook-github-bot committed Dec 13, 2023
1 parent e7afd51 commit b80d1c5
Show file tree
Hide file tree
Showing 5 changed files with 148 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
import { defineConfig } from 'vitepress';

export default defineConfig({
title: 'Reality Accelerator Toolkit',
title: 'RATK',
description:
'Comprehensive WebXR utilities library for mixed reality features in WebXR applications',
head: [
['link', { rel: 'icon', href: '/reality-accelerator-toolkit/favicon.ico' }],
],
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
siteTitle: 'RATK',
logo: '/assets/meta.svg',
nav: [
{ text: 'Home', link: '/' },
{ text: 'API Reference', link: '/api-reference' },
Expand Down
1 change: 1 addition & 0 deletions docs/api-reference.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: home
title: 'API Reference'

hero:
name: 'API Reference'
Expand Down
140 changes: 140 additions & 0 deletions docs/assets/meta.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: home
title: 'Home'

hero:
name: 'Reality Accelerator'
Expand Down

0 comments on commit b80d1c5

Please sign in to comment.