Skip to content

Commit

Permalink
add python intro
Browse files Browse the repository at this point in the history
  • Loading branch information
pirocheto committed Dec 12, 2024
1 parent 1467732 commit 0e661bf
Show file tree
Hide file tree
Showing 8 changed files with 600 additions and 31 deletions.
8 changes: 2 additions & 6 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,12 @@ export default defineConfig({
},
sidebar: [
{
label: "Guides",
label: "Python",
items: [
// Each item here is one entry in the navigation menu.
{ label: "Example Guide", slug: "guides/example" },
{ label: "Introduction", slug: "python/introduction" },
],
},
{
label: "Reference",
autogenerate: { directory: "reference" },
},
],
components: {
Header: "./src/components/Header.astro",
Expand Down
269 changes: 269 additions & 0 deletions public/images/python-logo-generic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0e661bf

Please sign in to comment.