File tree Expand file tree Collapse file tree 1 file changed +54
-2
lines changed Expand file tree Collapse file tree 1 file changed +54
-2
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,60 @@ const config = {
9191 } ,
9292 footer : {
9393 style : "dark" ,
94- links : [ ] ,
95- copyright : `Open source / GPL-3.0 License <br> Made with ❤️ by <a style="color:white" href="https://ryfylke.dev">Ryfylke React</a>` ,
94+ links : [
95+ {
96+ title : "Docs" ,
97+ items : [
98+ {
99+ label : "Introduction" ,
100+ to : "/" ,
101+ } ,
102+ {
103+ label : "Quick guide" ,
104+ to : "/Quick Guide" ,
105+ } ,
106+ {
107+ label : "Examples" ,
108+ to : "/examples" ,
109+ } ,
110+ {
111+ label : "Features" ,
112+ to : "/Features" ,
113+ } ,
114+ {
115+ label : "Reference" ,
116+ to : "/Reference" ,
117+ } ,
118+ ] ,
119+ } ,
120+ {
121+ title : "Resources" ,
122+ items : [
123+ {
124+ label : "GitHub" ,
125+ href : "https://github.com/ryfylke-react-as/rtk-query-loader" ,
126+ } ,
127+ {
128+ label : "NPM" ,
129+ href : "https://www.npmjs.com/package/@ryfylke-react/rtk-query-loader" ,
130+ } ,
131+ {
132+ label : "Demo (CodeSandbox)" ,
133+ href : "https://codesandbox.io/s/rtk-query-loader-1-0-0-demo-forked-du3936?file=/src/loaders/pokemonLoader.tsx" ,
134+ } ,
135+ ] ,
136+ } ,
137+ {
138+ title : "More from Ryfylke React" ,
139+ items : [
140+ {
141+ label : "Ryfylke React Toast" ,
142+ href : "https://toast.ryfylke.dev" ,
143+ } ,
144+ ] ,
145+ } ,
146+ ] ,
147+ copyright : `<hr />Open source / GPL-3.0 License <br> Made with ❤️ by <a style="color:white" href="https://ryfylke.dev">Ryfylke React</a>` ,
96148 } ,
97149 prism : {
98150 theme : lightCodeTheme ,
You can’t perform that action at this time.
0 commit comments