Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed May 17, 2024
1 parent 8b30260 commit 428be59
Show file tree
Hide file tree
Showing 5 changed files with 189 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sample workflow for building and deploying a VitePress site to GitHub Pages
#
name: Deploy Phyre Panel documentation to GitHub Pages
name: Phyre Panel - Deploy Docs

on:
# Runs on pushes targeting the `main` branch. Change this to `master` if you're
Expand Down
31 changes: 28 additions & 3 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,28 @@ import { defineConfig } from 'vitepress'

// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "Phyre Panel Documentation",
description: "Phyre Panel Documentation",

locales: {
root: {
label: 'English',
lang: 'en'
},
bg: {
label: 'Български',
lang: 'bg',
}
},

lang: 'en-US',
title: "Phyre Panel",
description: "Phyre Panel - Documentation",
themeConfig: {

search: {
provider: 'local'
},

logo: 'phyre-logo-icon.svg',
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Home', link: '/' },
Expand All @@ -23,6 +42,12 @@ export default defineConfig({

socialLinks: [
{ icon: 'github', link: 'https://github.com/vuejs/vitepress' }
]
],

footer: {
message: 'Released under the GNU License.',
copyright: 'Copyright © 2024 Cloud Vision Ltd.'
}

}
})
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
layout: home

hero:
name: "Phyre Panel Documentation"
text: "Phyre Panel Documentation"
tagline: My great project tagline
name: "PhyrePanel"
text: "Open Source Web Control Panel for Linux Servers"
tagline: "Don't waste time setting up your server, use Phyre Control Panel to get started quickly."
actions:
- theme: brand
text: Markdown Examples
Expand Down
14 changes: 14 additions & 0 deletions docs/public/phyre-logo-icon.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/public/phyre-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 428be59

Please sign in to comment.