29 Commits

Author SHA1 Message Date
dependabot[bot]
559d0f902b build(deps): update pymdown-extensions requirement
Updates the requirements on [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) to permit the latest version.

Updates `pymdown-extensions` to 11.0.1
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/11.0...11.0.1)

---
updated-dependencies:
- dependency-name: pymdown-extensions
  dependency-version: 11.0.1
  dependency-type: direct:production
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-07 13:12:50 +00:00
dependabot[bot]
e13080994e build(deps): bump the python-dependencies group with 3 updates
Updates the requirements on [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions), [mkdocs-rss-plugin](https://github.com/guts/mkdocs-rss-plugin) and [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) to permit the latest version.

Updates `pymdown-extensions` to 11.0
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.21.3...11.0)

Updates `mkdocs-rss-plugin` to 1.19.0
- [Release notes](https://github.com/guts/mkdocs-rss-plugin/releases)
- [Changelog](https://github.com/Guts/mkdocs-rss-plugin/blob/main/CHANGELOG.md)
- [Commits](https://github.com/guts/mkdocs-rss-plugin/compare/1.15.0...1.19.0)

Updates `mkdocs-git-revision-date-localized-plugin` to 1.5.3
- [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases)
- [Commits](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.3.0...v1.5.3)

---
updated-dependencies:
- dependency-name: pymdown-extensions
  dependency-version: '11.0'
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: mkdocs-rss-plugin
  dependency-version: 1.19.0
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: mkdocs-git-revision-date-localized-plugin
  dependency-version: 1.5.3
  dependency-type: direct:production
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-23 13:12:48 +00:00
Nubenetes Bot
266499ac2f feat(v2/seo): per-page last-updated dates + JSON-LD structured data
C — git-revision-date-localized plugin: adds a 'Last update' date to every V2
page (freshness signal for SEO and reader trust). Added the dependency to
requirements.txt, enabled it in v2-mkdocs.yml (type: date,
fallback_to_build_date so the build never fails), and set fetch-depth: 0 on the
06 deploy checkout so the plugin sees full git history (otherwise every page
would show the build date).

D — JSON-LD schema.org structured data: WebSite (with a sitelinks SearchAction)
+ publishing Organization, injected via an extrahead block in docs/overrides/
main.html (shared V1/V2). Enables richer search results / knowledge-panel
eligibility. Validated: build exits 0, JSON-LD parses, 'Last update' renders.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-20 12:23:49 +02:00
Nubenetes Bot
1149a9c8f7 feat: add announcement bar, tags/RSS/minify plugins, markdown extensions, and fix comparison table threshold
- Add announcement bar with digest promo via template override
- Enable tags plugin (native clickable tag navigation)
- Add RSS plugin for digest feed subscription
- Enable minify plugin for production HTML optimization
- Add markdown extensions: highlight, inlinehilite, smartsymbols, caret, tilde, tables, footnotes, abbr, def_list
- Add mkdocs-rss-plugin to requirements.txt
- Fix comparison table threshold mismatch (config: 8, code: 5 → aligned to 8)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 00:42:17 +02:00
dependabot[bot]
5e80465f27 chore(deps): bump the python-dependencies group with 3 updates
Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) and [mkdocs-redirects](https://github.com/ProperDocs/properdocs-redirects) to permit the latest version.

Updates `mkdocs-material` to 9.7.6
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.0...9.7.6)

Updates `pymdown-extensions` to 10.21.3
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.8.1...10.21.3)

Updates `mkdocs-redirects` to 1.2.3
- [Release notes](https://github.com/ProperDocs/properdocs-redirects/releases)
- [Commits](https://github.com/ProperDocs/properdocs-redirects/compare/v1.2.0...v1.2.3)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-version: 9.7.6
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: pymdown-extensions
  dependency-version: 10.21.3
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: mkdocs-redirects
  dependency-version: 1.2.3
  dependency-type: direct:production
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-26 20:36:20 +00:00
Nubenetes Bot
76318ccb83 fix: implement SEO mitigation via redirects and smart 404 and bump to 2.2.2 2026-05-26 00:32:08 +02:00
Nubenetes Bot
75a6d8430c fix: robust YouTube extraction using yt-dlp and fix Markdown rendering in video hub 2026-05-22 19:15:49 +02:00
Nubenetes Bot
4d14161d26 chore: modernize CI/CD, UI aesthetics, and documentation 2026-05-20 10:03:32 +02:00
Inaki Fernandez
04464d353c refactor: use direct REST API for Gemini and added heuristic fallback for discovery 2026-04-26 11:40:33 +02:00
Inaki Fernandez
29f1a9dded fix: explicit PROTOC path and grpcio-tools to solve compilation error 2026-04-26 10:29:16 +02:00
Inaki Fernandez
d6fb1be5c3 feat: bot de curaduría robusto con workflows divididos y lógica anti-bloqueo 2026-04-26 10:23:44 +02:00
Inaki Fernandez
233d412cd9 fix: instalar protobuf-compiler y simplificar dependencias para evitar fallos de compilación 2026-04-25 17:55:39 +02:00
Inaki Fernandez
ec424d733d fix: estabilizar entorno remoto, alinear métricas de GitOps y cambiar a gemini-1.5-flash 2026-04-25 17:48:01 +02:00
Inaki Fernandez
5668de59d8 fix: resolver dependencias de pydantic-ai y alinear esquema con Deep Research 2026-04-25 17:41:37 +02:00
Inaki Fernandez
67550af4a6 feat: implementar plataforma agéntica de curaduría automatizada con Gemini y GitHub Actions 2026-04-25 11:54:43 +02:00
Inaki Fernandez
6279a006c5 mkdocs-deploy-gh-pages@master 2021-11-17 13:22:39 +01:00
Inaki Fernandez
c650cdc4b1 mkdocs-deploy-gh-pages@latest 2021-11-17 13:17:13 +01:00
Inaki Fernandez
ca202ae4d9 mkdocs-material=8.0.0b1 2021-11-17 12:02:14 +01:00
Inaki Fernandez
dd82f1ac2b requirements: disable mkdocs version 2021-11-17 11:53:59 +01:00
Inaki Fernandez
f2e139263a requirements: disable mkdocs version 2021-11-17 11:46:32 +01:00
dependabot[bot]
87de1fb67e Bump mkdocs from 1.1.2 to 1.2.3
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.1.2 to 1.2.3.
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](https://github.com/mkdocs/mkdocs/compare/1.1.2...1.2.3)

---
updated-dependencies:
- dependency-name: mkdocs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-02 19:16:34 +00:00
Inaki Fernandez
013b9d4bc4 latest mkdocs release required 2020-06-07 10:44:48 +02:00
Inaki Fernandez
60b0af6a32 new extensions and e-mail added 2020-06-06 22:05:55 +02:00
Inaki Fernandez
f71011be71 no release spec 2020-06-06 14:21:20 +02:00
Inaki Fernandez
9d08f3d5c6 mkdocs-material branch added 2020-05-31 12:50:06 +02:00
Inaki Fernandez
46c63d7b59 upgrade 2020-05-29 01:07:20 +02:00
Inaki Fernandez
42abca5138 new mkdocs files 2020-05-29 00:56:38 +02:00
Inaki Fernandez
2aeaf6c293 update 2020-05-28 23:28:50 +02:00
Inaki Fernandez
2959180182 pip requirements 2020-05-28 22:59:22 +02:00