Skip to content

Commit a8b40d6

Browse files
committed
fix: update prodos docs and assets, add external resources
Major update to prodos documentation: expanded content for Colas, Pilas, Árboles, and Árboles Binarios de Búsqueda, including new diagrams and detailed explanations. Added new image assets for visual aids. Updated navigation and index to mark notes as discontinued and recommend external resources, including Dani Callero's wiki. Sidebar and config updated to reflect new structure and links.
1 parent 5313f21 commit a8b40d6

File tree

9 files changed

+1111
-57
lines changed

9 files changed

+1111
-57
lines changed

astro.config.mjs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,11 +234,17 @@ export default defineConfig({
234234
items: [
235235
{
236236
label: "Apuntes",
237+
badge: { text: "Descontinuados", variant: "caution" },
237238
autogenerate: { directory: "prodos/apuntes" },
238239
},
239240
{
240-
label: "Código",
241+
label: "Código y más",
241242
items: [
243+
{
244+
label: "Wiki de Dani Callero",
245+
link: "https://wiki.danicallero.es/Universidad/Programación-2/",
246+
badge: { text: "Apuntes", variant: "note" },
247+
},
242248
{
243249
label: "FerLS/PRO2",
244250
link: "https://github.com/FerLS/PRO2",

src/assets/prodos/Colas.png

1.42 MB
Loading
13.4 KB
Loading

src/assets/prodos/Pila.jpg

388 KB
Loading

src/assets/prodos/repos/Daniel.png

12.9 KB
Loading

0 commit comments

Comments
 (0)