Skip to content

Commit

Permalink
fix: fixes in footer and header (#161)
Browse files Browse the repository at this point in the history
* fixes in footer and header

* fix icons

---------

Co-authored-by: Aliaksei Kryvasheyeu <aliaksei_kryvasheyeu@epam.com>
  • Loading branch information
sr-remsha and akryvasheyeu committed Aug 8, 2024
1 parent d1f1df0 commit 058a4af
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 18 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ Here is the current list of repositories where you can find more details.
- [DIAL Azure OpenAI Adapter](https://github.com/epam/ai-dial-adapter-openai) - plugable Azure ChatGPT adapter
- [DIAL GCP VertexAI Adapter](https://github.com/epam/ai-dial-adapter-vertexai) - plugable Google LLMs adapter
- [DIAL AWS Bedrock Adapter](https://github.com/epam/ai-dial-adapter-bedrock) - plugable Amazon LLMs adapter (Anthropic Claude 1/2 is included)
- [AI DIAL Adapter](https://github.com/epam/ai-dial-adapter-dial) - application which adapts calls from one DIAL Core to calls to another DIAL Core.
- More LLM adapters will be released (you may contribute)
22 changes: 7 additions & 15 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,21 +128,7 @@ const config = {
// position: 'left',
// label: 'Tutorial',
// },
{
href: 'https://github.com/search?q=org%3Aepam++DIAL&type=repositories',
label: 'GitHub',
position: 'right',
},
{
href: 'https://discord.gg/hgqEAbEwZ9',
label: 'Discord',
position: 'right',
},
{
href: 'https://www.youtube.com/@TeamDialX',
label: 'YouTube',
position: 'right',
},

],
},
footer: {
Expand Down Expand Up @@ -180,6 +166,12 @@ const config = {
'./static/youtube.svg'
),
},
{
html: footerLink(
'https://github.com/search?q=org%3Aepam++DIAL&type=repositories',
'./static/github.svg'
),
},
],
},
],
Expand Down
4 changes: 4 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
fill: var(--ifm-footer-background-color);
}

.icon-stroke {
stroke: var(--ifm-footer-background-color);
}

.footer .container {
max-width: 100%;
}
Expand Down
6 changes: 6 additions & 0 deletions static/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions static/youtube.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 058a4af

Please sign in to comment.