Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit c33df22

Browse files
fknippgtsiolis
andauthored
Fix links on Languages & Frameworks (#875)
- Fix links on Languages & Frameworks - Add Deno to Languages & Frameworks - Add Deno on the docs navigation Co-authored-by: George Tsiolis <[email protected]>
1 parent 5c4d05f commit c33df22

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

src/docs/languages-and-frameworks.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ Below is a list of language and framework specific tips & tricks.
1919
- [Julia](/docs/languages/julia/)
2020
- [LaTeX](/docs/languages/latex/)
2121
- [R](/docs/languages/r/)
22-
- [Kotlin](/docs/kotlin-in-gitpod/)
23-
- [Pandas](/docs/frameworks/pandas/)
22+
- [Kotlin](/docs/languages/kotlin)
23+
- [Pandas](/docs/languages/python/#pandas)
24+
- [Deno](/docs/languages/deno)

src/docs/menu.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,15 @@ export const MENU: MenuEntry[] = [
237237
M(
238238
"Kotlin",
239239
"languages/kotlin"
240-
)
240+
),
241+
M(
242+
"Pandas",
243+
"languages/python/#pandas"
244+
),
245+
M(
246+
"Deno",
247+
"languages/deno"
248+
),
241249
]
242250
),
243251
M(

0 commit comments

Comments
 (0)