Skip to content

Commit

Permalink
Fixed workflow. PRs using main not master (#5)
Browse files Browse the repository at this point in the history
* Fixed workflow. PRs using main not master

* CNAME file for GitHub pages

* CNAME file for GitHub pages

* CNAME file for GitHub pages

* static/CNAME file for GitHub pages

* Fixed deployment configuration

* HTTP site
  • Loading branch information
palisadoes authored Dec 1, 2024
1 parent dc7057d commit 0c4fbca
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,21 @@ import type * as Preset from '@docusaurus/preset-classic';
// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)

const config: Config = {
title: 'My Site',
tagline: 'Dinosaurs are cool',
title: 'Palisadoes DevDocs',
tagline: 'Start your open source journey here',
favicon: 'img/favicon.ico',

// Set the production url of your site here
url: 'https://your-docusaurus-site.example.com',
url: 'http://developer.palisadoes.org',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
deploymentBranch: "gh-pages",

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'facebook', // Usually your GitHub org/user name.
projectName: 'docusaurus', // Usually your repo name.
organizationName: 'PalisadoesFoundation', // Usually your GitHub org/user name.
projectName: 'developer-docs', // Usually your repo name.

onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
Expand Down

0 comments on commit 0c4fbca

Please sign in to comment.