Skip to content

Commit 3fc35aa

Browse files
Update third-party licenses and other pages
1 parent ae93c6b commit 3fc35aa

5 files changed

Lines changed: 65 additions & 3 deletions

File tree

_myassets/_sass/_theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
--accent-hover-back-color: #bfd7d2;
1010
--accent-border-color: #a4bfba;
1111
--accent-contrast-color: #fff;
12+
--draft-back-color: #eaf9f6;
13+
--draft-border-color: transparent;
1214
}
1315

1416
// Dark colors
@@ -20,4 +22,6 @@
2022
--accent-hover-back-color: #bfd7d2;
2123
--accent-border-color: #a4bfba;
2224
--accent-contrast-color: #fff;
25+
--draft-back-color: #2e423e;
26+
--draft-border-color: transparent;
2327
}

_mydocs/contribute/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: page
3-
title: How to Contribute
3+
title: Contribute to DAX Lib
4+
menu_title: Contribute
45
published: true
56
date: 2025-08-14
67
modified: 2025-08-14
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ title: API Reference
44
published: true
55
date: 2025-08-14
66
modified: 2025-08-14
7-
order: /api/reference
7+
order: /integrate/api-reference
88
---
99

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: page
3-
title: API Documentation
3+
title: Integrate DAX Lib with Third-Party Tools
4+
menu_title: Integrate
45
published: true
56
date: 2025-08-14
67
modified: 2025-08-14
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
layout: page
3+
title: Third-Party Licenses
4+
published: true
5+
date: 2025-08-15
6+
modified: 2025-08-15
7+
order: /terms/06
8+
---
9+
The DAX Lib website and service incorporate third-party components from the projects listed below. The original copyright notices and applicable licenses under which SQLBI Corp. received these components are provided herein for reference.
10+
11+
Below are reference links to the licenses governing each third-party component, making it easier to review the terms under which they are provided:
12+
13+
- [ISC License](https://opensource.org/license/isc-license-txt)
14+
- [MIT License](https://opensource.org/license/mit)
15+
- [BSD 3-Clause License](https://opensource.org/license/bsd-3-clause)
16+
- [Apache License 2.0](https://opensource.org/license/apache-2-0)
17+
18+
## Website
19+
20+
Here is a list of third-party components used by the DAX Lib website:
21+
22+
### Components under the ISC License
23+
24+
- [Lucide Icons](https://lucide.dev/)
25+
26+
### Components under the MIT License
27+
28+
- [Phosphor Icons](https://phosphoricons.com/)
29+
- [Monaco Editor](https://microsoft.github.io/monaco-editor/)
30+
- [Monaco Editor for React](https://github.com/suren-atoyan/monaco-react)
31+
- [PrismJS](https://prismjs.com/)
32+
- [medium-zoom](https://github.com/francoischalifour/medium-zoom)
33+
- [Split.js](https://split.js.org/)
34+
- [fflate](https://101arrowz.github.io/fflate/)
35+
- [Marked](https://marked.js.org/)
36+
- [Radix UI](https://www.radix-ui.com/)
37+
- [React](https://reactjs.org/)
38+
- [React Loading Skeleton](https://github.com/dvtng/react-loading-skeleton)
39+
- [html-react-parser](https://github.com/remarkablemark/html-react-parser)
40+
- [react-error-boundary](https://github.com/bvaughn/react-error-boundary)
41+
- [React Router DOM](https://reactrouter.com/en/main)
42+
- [SWR](https://swr.vercel.app/)
43+
44+
### Components under the BSD 3-Clause License
45+
46+
- [react-medium-image-zoom](https://github.com/rpearce/react-medium-image-zoom) - Copyright © 2020, Robert Pearce
47+
48+
### Components under the Apache License 2.0
49+
50+
- [Fuse.js](https://fusejs.io/) - Copyright © 2017, Kirollos Risk
51+
52+
## Service
53+
54+
Here is a list of third-party components used by the DAX Lib service:
55+
56+
<todo visible>The list of components used by the DAX Lib service</todo>

0 commit comments

Comments
 (0)