Skip to content

Commit

Permalink
change workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioLangaritaBenitez committed Feb 29, 2024
1 parent 2d7eee8 commit e3da22d
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 189 deletions.
12 changes: 0 additions & 12 deletions docpage/blog/2019-05-28-first-blog-post.md

This file was deleted.

44 changes: 0 additions & 44 deletions docpage/blog/2019-05-29-long-blog-post.md

This file was deleted.

20 changes: 0 additions & 20 deletions docpage/blog/2021-08-01-mdx-blog-post.mdx

This file was deleted.

Binary file not shown.
25 changes: 0 additions & 25 deletions docpage/blog/2021-08-26-welcome/index.md

This file was deleted.

17 changes: 0 additions & 17 deletions docpage/blog/authors.yml

This file was deleted.

47 changes: 0 additions & 47 deletions docpage/docs/intro.md

This file was deleted.

33 changes: 14 additions & 19 deletions docpage/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@

import {themes as prismThemes} from 'prism-react-renderer';

const toolName="DCNiOS"
const ghrepo='https://github.com/interTwin-eu/dcnios'

/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'My Site',
tagline: 'DCNiOS are cool',
title: toolName,
tagline: toolName +' is cool',
favicon: 'img/favicon.ico',

// Set the production url of your site here
Expand Down Expand Up @@ -78,9 +81,9 @@ const config = {
position: 'left',
label: 'Tutorial',
},
{to: '/blog', label: 'Blog', position: 'left'},
//{to: '/blog', label: 'Blog', position: 'left'},
{
href: 'https://github.com/facebook/docusaurus',
href: ghrepo,
label: 'GitHub',
position: 'right',
},
Expand All @@ -89,19 +92,11 @@ const config = {
footer: {
style: 'dark',
links: [
{
title: 'Docs',
items: [
{
label: 'Tutorial',
to: '/docs/intro',
},
],
},

{
title: 'Community',
items: [
{
/* {
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
},
Expand All @@ -112,24 +107,24 @@ const config = {
{
label: 'Twitter',
href: 'https://twitter.com/docusaurus',
},
},*/
],
},
{
title: 'More',
items: [
{
/*{
label: 'Blog',
to: '/blog',
},
},*/
{
label: 'GitHub',
href: 'https://github.com/facebook/docusaurus',
href: ghrepo,
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
//copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
},
prism: {
theme: prismThemes.github,
Expand Down
6 changes: 1 addition & 5 deletions docpage/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ function HomepageHeader() {
</Heading>
<p className="hero__subtitle">{siteConfig.tagline}</p>
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/intro">
Docusaurus Tutorial - 5min ⏱️
</Link>

</div>
</div>
</header>
Expand Down

0 comments on commit e3da22d

Please sign in to comment.