File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : Managing lists
3+ ---
4+
5+ <iframe src="https://codesandbox.io/embed/managing-lists-vwz8l?fontsize=14&hidenavigation=1&theme=dark"
6+ style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
7+ title="managing-lists"
8+ allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
9+ sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
10+ style={{
11+ width: '100%',
12+ height: '80vh',
13+ border: '0',
14+ borderRadius: 8,
15+ overflow: 'hidden',
16+ position: 'static',
17+ zIndex: 0,
18+ }}
19+ > </iframe >
Original file line number Diff line number Diff line change 11module . exports = {
22 someSidebar : {
33 Introduction : [ "motivation" , "quick-start" , "features" ] ,
4- Recipes : [ "recipes/invalidate-query" ] ,
4+ Recipes : [ "recipes/managing-lists" , "recipes/ invalidate-query"] ,
55 "API Reference" : [
66 {
77 type : "category" ,
You can’t perform that action at this time.
0 commit comments