Skip to content

Commit

Permalink
rebranding
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmas committed Mar 17, 2024
1 parent 4c6c647 commit 3d78365
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import expressiveCode from 'astro-expressive-code'

// https://astro.build/config
export default defineConfig({
site: 'https://temp.com',
site: 'https://stellar-theme.netlify.app',
integrations: [
tailwind(),
expressiveCode({
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "astro-docs",
"name": "stellar",
"type": "module",
"version": "0.0.1",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions src/config.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
export const PROJECT_NAME = 'Astro Docs'
export const PROJECT_NAME = 'Stellar'
// used for landing page and nav

export const SITE = {
title: 'Astro Docs',
title: 'Stellar',
description: 'Modern type-safe documentation theme for Astro.',
defaultLanguage: 'en_US',
}

export const TWITTER_USERNAME = null
// enter your twitter username if you have it
export const GITHUB_REPO_URL = 'https://github.com/ekmas/astro-docs'
export const GITHUB_REPO_URL = 'https://github.com/ekmas/stellar'

export const GITHUB_EDIT_URL = GITHUB_REPO_URL + '/edit/main/src/pages/'
// used for edit url link at the bottom of each page in docs so users can edit it
Expand Down

0 comments on commit 3d78365

Please sign in to comment.