mirror of
				https://github.com/amithkoujalgi/ollama4j.git
				synced 2025-11-04 10:30:41 +01:00 
			
		
		
		
	Add "Examples" link to navbar and footer
Added a link to the "Examples" repository in both the navbar and the "Usage" section of the footer. This improves accessibility to code examples, providing users with an easier way to explore practical use cases.
This commit is contained in:
		@@ -84,6 +84,7 @@ const config = {
 | 
			
		||||
                        position: 'left',
 | 
			
		||||
                        label: 'Docs',
 | 
			
		||||
                    },
 | 
			
		||||
                    {to: 'https://github.com/ollama4j/ollama4j-examples', label: 'Examples', position: 'left'},
 | 
			
		||||
                    {to: 'https://ollama4j.github.io/ollama4j/apidocs/', label: 'Javadoc', position: 'left'},
 | 
			
		||||
                    {to: 'https://ollama4j.github.io/ollama4j/doxygen/html/', label: 'Doxygen', position: 'left'},
 | 
			
		||||
                    {to: '/blog', label: 'Blog', position: 'left'},
 | 
			
		||||
@@ -106,6 +107,15 @@ const config = {
 | 
			
		||||
                            },
 | 
			
		||||
                        ],
 | 
			
		||||
                    },
 | 
			
		||||
                    {
 | 
			
		||||
                        title: 'Usage',
 | 
			
		||||
                        items: [
 | 
			
		||||
                            {
 | 
			
		||||
                                label: 'Examples',
 | 
			
		||||
                                to: 'https://github.com/ollama4j/ollama4j-examples',
 | 
			
		||||
                            },
 | 
			
		||||
                        ],
 | 
			
		||||
                    },
 | 
			
		||||
                    {
 | 
			
		||||
                        title: 'Community',
 | 
			
		||||
                        items: [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user