diff --git a/pages/index.js b/pages/index.js index 3daf8d355..90683b79c 100644 --- a/pages/index.js +++ b/pages/index.js @@ -24,6 +24,7 @@ import NewsContainer from "../components/layouts/newsContainer"; import InlineCalloutContainer from "../components/layouts/inlineCalloutContainer"; import TileContainer from "../components/layouts/tileContainer"; import RefCard from "../components/blocks/refCard"; +import Tip from "../components/blocks/tip"; import { H1, H2 } from "../components/blocks/headers"; import NewsFeed from "../components/blocks/newsFeed"; @@ -114,7 +115,7 @@ export default function Home({ window, menu }) {
-
+

Streamlit documentation

Streamlit is an open-source @@ -127,14 +128,13 @@ export default function Home({ window, menu }) { - {/*

What's new

- - - - - - - */} + +

+ Point your coding assistant to{" "} + llms-full.txt to include the + Streamlit docs in your context! +

+

How to use our docs

diff --git a/styles/text.scss b/styles/text.scss index 8bdd37f0d..3451378f2 100644 --- a/styles/text.scss +++ b/styles/text.scss @@ -121,3 +121,16 @@ tt.docutils.literal { div.code-desc { @apply mb-4 text-gray-90 dark:text-gray-40; } + +/* Links on the homepage */ +.homepage p a, +.homepage ol li a, +.homepage ul li a { + @apply border-b border-b-gray-90 hover:border-red-60 hover:opacity-80; +} + +.dark .homepage p a, +.dark .homepage ol li a, +.dark .homepage ul li a { + @apply border-b-white !important; +}