Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v18 - Configure & Install docs-admin.talawa.io Docusaurus Site #2969

Merged
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
ee6b71a
Added docusaurus to eslint ignorePatterns
palisadoes Dec 27, 2024
6d5a55d
Removed blog references
palisadoes Dec 27, 2024
ff6b9ef
Added Docusaurus deployment GitHub Actions
palisadoes Dec 27, 2024
d17066d
Added Docs website installation guide
palisadoes Dec 27, 2024
04d0091
Minor edit to docs/README.md
palisadoes Dec 27, 2024
ba87b96
Updated eslint to ignore docs/ directory
palisadoes Dec 27, 2024
c05fe3f
CodeRabbit suggestions. Removed tsconfig.json file causing errors
palisadoes Dec 27, 2024
49e3ac7
Updated gitignore file
palisadoes Dec 27, 2024
dd9c547
Updated gitignore file
palisadoes Dec 27, 2024
ea1d50c
Removed docs/tsconfig.json causing deployment errors
palisadoes Dec 27, 2024
c08b0e7
Added yarn path to GitHub action
palisadoes Dec 27, 2024
3057345
Added Codecov ignore path
palisadoes Dec 27, 2024
9de4541
Merge branch 'develop-postgres' into docusaurus
palisadoes Dec 27, 2024
da4bb3a
Merge branch 'docusaurus' of github.com:palisadoes/talawa-admin into …
palisadoes Dec 27, 2024
2f2a3df
Added .nojekyll
palisadoes Dec 27, 2024
63bdc47
Created deploy website workflow specific to the develop-postgres branch
palisadoes Dec 27, 2024
7f8efca
Created deploy website workflow specific to the develop-postgres bran…
palisadoes Dec 27, 2024
02c0668
Created deploy website workflow specific to the develop-postgres bran…
palisadoes Dec 27, 2024
f8833b9
Created deploy website workflow specific to the develop-postgres bran…
palisadoes Dec 27, 2024
c5774a9
Created deploy website workflow specific to the develop-postgres bran…
palisadoes Dec 27, 2024
c12ef24
Created deploy website workflow specific to the develop-postgres bran…
palisadoes Dec 27, 2024
94a189b
Created deploy website workflow specific to the develop-postgres bran…
palisadoes Dec 27, 2024
374b447
Created deploy website workflow specific to the develop-postgres bran…
palisadoes Dec 27, 2024
e39e5a8
Created deploy website workflow specific to the develop-postgres bran…
palisadoes Dec 27, 2024
87f2a60
Created deploy website workflow specific to the develop-postgres bran…
palisadoes Dec 27, 2024
1c5315f
Created deploy website workflow specific to the develop-postgres bran…
palisadoes Dec 27, 2024
f02fa70
Created deploy website workflow specific to the develop-postgres bran…
palisadoes Dec 27, 2024
2ad94e6
Created deploy website workflow specific to the develop-postgres bran…
palisadoes Dec 27, 2024
1106d93
Merge remote-tracking branch 'upstream/develop-postgres' into docusaurus
palisadoes Dec 27, 2024
d47bbf7
Created deploy website workflow specific to the develop-postgres bran…
palisadoes Dec 27, 2024
8ff80f2
Merge remote-tracking branch 'upstream/develop-postgres' into docusaurus
palisadoes Dec 27, 2024
97f303a
Created deploy website workflow specific to the develop-postgres bran…
palisadoes Dec 27, 2024
3a3657f
Merge remote-tracking branch 'upstream/develop-postgres' into docusaurus
palisadoes Dec 27, 2024
8548f34
Created deploy website workflow specific to the develop-postgres bran…
palisadoes Dec 27, 2024
bb93b4e
Merge remote-tracking branch 'upstream/develop-postgres' into docusaurus
palisadoes Dec 27, 2024
8cc0faa
Created deploy website workflow specific to the develop-postgres bran…
palisadoes Dec 27, 2024
27a4534
Created deploy website workflow specific to the develop-postgres bran…
palisadoes Dec 27, 2024
ba84930
Created deploy website workflow specific to the develop-postgres bran…
palisadoes Dec 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated eslint to ignore docs/ directory
  • Loading branch information
palisadoes committed Dec 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit ba87b966a1ab4dec069df6194f2b5aaf24410f31
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Contains the PDF file of the Tag as JSON string, thus does not need to be linted

Check warning on line 1 in .eslintignore

GitHub Actions / Performs linting, formatting, type-checking, checking for different source and target branch

File ignored by default.
src/components/CheckIn/tagTemplate.ts
package.json
package-lock.json
tsconfig.json

# Ignore the Docusaurus website subdirectory
docs/**
Loading