Skip to content

Commit bf505f5

Browse files
committed
docs: fix build issue for docusaurus
1 parent a5b1f58 commit bf505f5

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

docs/developer-guide.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3075,7 +3075,6 @@ const yasgui = new Yasgui(document.getElementById('yasgui'));
30753075
- **✋ Drag & Drop**: Reorganize nodes with automatic pinning
30763076
- **💬 Rich HTML Tooltips**: Detailed node/edge information on hover
30773077
- **🌓 Theme Support**: Automatic light/dark mode with dynamic color switching
3078-
- **⚡ Performance**: Handles up to 1,000 nodes with <2s render time
30793078
- **♿ Accessibility**: WCAG AA color contrast and keyboard navigation
30803079
30813080
### Configuration Options

docs/user-guide.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
- [Settings Modal](#settings-modal)
3737
- [SPARQL Endpoints Management](#sparql-endpoints-management)
3838
- [Managed Queries and Workspaces](#managed-queries-and-workspaces)
39+
- [Workspaces](#workspaces)
40+
- [SPARQL workspaces](#sparql-workspaces)
41+
- [Git based workspaces](#git-based-workspaces)
42+
- [Managed queries](#managed-queries)
3943
- [Query History and Persistence](#query-history-and-persistence)
4044
- [Share Queries](#share-queries)
4145
- [Plugins](#plugins)
@@ -1418,7 +1422,6 @@ Visualizes RDF data as an interactive node-edge graph with advanced customizatio
14181422
- **✋ Drag & Drop**: Reorganize nodes by dragging (nodes stay pinned after manual drag)
14191423
- **💬 Rich HTML Tooltips**: Display node type, value, namespace, and datatype information on hover
14201424
- **🌓 Theme Support**: Automatic light/dark mode detection with dynamic color switching
1421-
- **⚡ High Performance**: Handles up to 1,000 nodes with <2s render time
14221425
- **♿ Accessibility**: WCAG AA color contrast, keyboard navigation support
14231426

14241427
**Best For:**
@@ -1498,7 +1501,6 @@ In compact mode, `ex:alice` will inherit the `👤` emoji from the `ex:Person` c
14981501

14991502
**Performance:**
15001503

1501-
- Optimal performance: <500 nodes
15021504
- Good performance: 500-1,000 nodes
15031505
- For large graphs: Consider using LIMIT in your SPARQL query
15041506

0 commit comments

Comments
 (0)