Skip to content

Commit

Permalink
Merge pull request #62 from visto9259/update-docs
Browse files Browse the repository at this point in the history
Updated docs
  • Loading branch information
visto9259 authored Apr 10, 2024
2 parents aebbd45 + 7005fa4 commit fcee16c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 19 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ defaults:

on:
push:
branches:
- 'master'
paths:
- 'docs/**'
workflow_dispatch:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ defaults:
working-directory: ./docs

on:
push:
paths:
- 'docs/**'
pull_request:
paths:
- 'docs/**'
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Support
---

- File issues at https://github.com/LM-Commons/LmcRbacMvc/issues.
- Ask questions in the [LM-Commons Gitter](https://gitter.im/LM-Commons/community) chat.
- Ask questions in the [LM-Commons Slack](https://join.slack.com/t/lm-commons/shared_invite/zt-2gankt2wj-FTS45hp1W~JEj1tWvDsUHQ) chat.


##### Notices and Disclaimers
Expand Down
25 changes: 7 additions & 18 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ const config = {

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'LM-Commons', // Usually your GitHub org/username.
projectName: 'LmcRbacMvc', // Usually your repo name.
organizationName: 'LM-Commons',
projectName: 'LmcRbacMvc',
trailingSlash: false,

onBrokenLinks: 'throw',
Expand Down Expand Up @@ -65,7 +65,7 @@ const config = {
// Replace with your project's social card
image: 'img/LMC-social-card.png',
navbar: {
title: 'LM-Commons LmcRbacMvc',
title: 'LmcRbacMvc',
logo: {
alt: 'LM-Commons Logo',
src: 'img/LMC-logo.png',
Expand Down Expand Up @@ -106,21 +106,9 @@ const config = {
title: 'Community',
items: [
{
label: 'Gitter',
href: 'https://gitter.im/LM-Commons/community',
label: 'Slack',
href: 'https://join.slack.com/t/lm-commons/shared_invite/zt-2gankt2wj-FTS45hp1W~JEj1tWvDsUHQ',
},

/*
{
label: 'Discord',
href: 'https://discordapp.com/invite/docusaurus',
},
{
label: 'Twitter',
href: 'https://twitter.com/docusaurus',
},
*/
],
},
{
Expand All @@ -137,11 +125,12 @@ const config = {
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} LM Commons Organization. Built with Docusaurus.`,
copyright: `Copyright © ${new Date().getFullYear()} LM-Commons Organization. Built with Docusaurus.`,
},
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
additionalLanguages: ['bash', 'json', 'php']
},
}),
};
Expand Down

0 comments on commit fcee16c

Please sign in to comment.