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

Update website to Docusaurus to 3.7.0 #1502

Open
wants to merge 27 commits into
base: main
Choose a base branch
from
Open
Changes from 4 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
31b0854
transition from MDX v1 to v3 for Docusaurus v3 upgrade.
sivaprasadanakarla Oct 29, 2024
05745af
fix markdown file issues
sivaprasadanakarla Nov 6, 2024
92f04b6
fix issues highlighted in PR https://github.com/finos/FDC3/pull/1406
sivaprasadanakarla Nov 6, 2024
c03601e
Updating interop.io logo and adjusting styles for images without a a …
kriswest Oct 24, 2024
079a4b8
more showcase style adjustments
kriswest Oct 24, 2024
5cf69ee
transition from MDX v1 to v3 for Docusaurus v3 upgrade.
sivaprasadanakarla Oct 29, 2024
01f1cfe
fix markdown file issues
sivaprasadanakarla Nov 6, 2024
27c69d8
fix issues highlighted in PR https://github.com/finos/FDC3/pull/1406
sivaprasadanakarla Nov 6, 2024
0b50077
test
sivaprasadanakarla Nov 6, 2024
2b58c52
Merge branch 'Issue#1371' of https://github.com/sivaprasadanakarla/FD…
sivaprasadanakarla Nov 6, 2024
ab1d49f
initial updates
kriswest Jan 29, 2025
ed1297d
Merge branch 'Issue#1371' of https://github.com/sivaprasadanakarla/FD…
kriswest Jan 29, 2025
a8dd1cf
Merge branch ''sivaprasadanakarla-Issue#1371'' into update-docusaurus…
kriswest Jan 29, 2025
84a6baf
Merge branch 'update-docusaurus-temp' into fdc3-web-impl-update-docus…
kriswest Jan 29, 2025
db035ee
Further md file fixes needed after FDC3 for the Web
kriswest Jan 29, 2025
646bbad
removing duplicated files and correcting broken links and anchors
kriswest Jan 29, 2025
40d6d63
Update to docusaurus 3.7.0
kriswest Jan 29, 2025
aa11f4f
reapply linting to fdc3-workbench
kriswest Jan 29, 2025
e8f6a7d
More workbench linting adjustments
kriswest Jan 30, 2025
e4f99d2
adjust npm-build (package.yml) workflow
kriswest Jan 30, 2025
fb490dd
more tweask to lining and npm-build task
kriswest Jan 30, 2025
1be6eda
Fix npm run version
patrocinio Feb 14, 2025
46af327
Merge branch 'main' into fdc3-web-impl-update-docusaurus
robmoffat Feb 20, 2025
9fef2db
Merge pull request #1517 from patrocinio/npm-version-2
robmoffat Feb 20, 2025
926e07c
Updated to include new versions and Paul's/Kris's changes
robmoffat Feb 20, 2025
5946d12
trying to fix version in context files
robmoffat Feb 20, 2025
aec9a0f
Fixed version replacement in schemas
robmoffat Feb 21, 2025
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
2 changes: 1 addition & 1 deletion docs/api/ref/DesktopAgent.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ interface DesktopAgent {
getCurrentChannel() : Promise<Channel | null>;
leaveCurrentChannel() : Promise<void>;

// non-context events
// non-context events
addEventListener(type: FDC3EventTypes | null, handler: EventHandler): Promise<Listener>;

//implementation info
Expand Down