From f5af3fc74c5ed60457d9bc9d45f5ac00f83f0e6b Mon Sep 17 00:00:00 2001 From: Tomasz 'CeDeROM' CEDRO Date: Wed, 7 Jan 2026 17:13:40 +0100 Subject: [PATCH] www: updates and fixes, added security doc references. * Updated top menu to fix invalid render on non mobile vertical screens. Top menu now contains: Community, Read, Code, Apache top level items. This allows proper website rendering and adding information to sections. * Added reference to Security in Documentation (index, read/security). * Updated articles page (formatting, chronologic sort, pdf+url references). This improves display and adds external references to published scientific papers that should help authors in citations / references / bibliography. * Renamed article pdf files to contain date author and title in filename, this will help in file search and referencing. * Changed articles pdf location to /static/articles/ (req for static files). * Fixed pages coherence (the same section levels, removed trail blank lines) in the community, community-members, articles pages. * Note: Documentation links still point to baseurl so that local documentation builds can be tested locally (localhost:4000) when testing offline. Signed-off-by: Tomasz 'CeDeROM' CEDRO --- _data/project.yml | 3 +- _includes/themes/apache/_navigation.html | 21 ++- articles.md | 124 +++++++++--------- community-members.md | 4 +- community.md | 2 - index.md | 3 +- ...dedSoftwareOptimizationForTheNuttXRTOS.pdf | Bin ...mofsANANDFlashFilesystemForApacheNuttX.pdf | Bin ...IpliteALightweightPacketFilterForNuttX.pdf | Bin ...ngleUnshieldedTwistedPairCommunication.pdf | Bin 10 files changed, 86 insertions(+), 71 deletions(-) rename articles/files/nuttx_pm.pdf => static/articles/NuttX-2013-Lopez-LowPowerEmbeddedSoftwareOptimizationForTheNuttXRTOS.pdf (100%) rename articles/files/mnemofs_nand_fs_nuttx.pdf => static/articles/NuttX-2021-PalAssis-MenmofsANANDFlashFilesystemForApacheNuttX.pdf (100%) rename articles/files/iplite.pdf => static/articles/NuttX-2022-MoraesSouzaRochaPereira-IpliteALightweightPacketFilterForNuttX.pdf (100%) rename articles/files/nuttx_10baset1s.pdf => static/articles/NuttX-2025-Matias-NuttXRTOSDriverForSingleUnshieldedTwistedPairCommunication.pdf (100%) diff --git a/_data/project.yml b/_data/project.yml index 078ad9989e..6806bdefea 100644 --- a/_data/project.yml +++ b/_data/project.yml @@ -23,7 +23,7 @@ incubator_slash_name: incubator/nuttx description: Apache NuttX is a mature, real-time embedded operating system (RTOS). download: /download -latest_release: 8.2 +latest_release: 12.12.0 dev_list: dev@nuttx.apache.org dev_list_subscribe: dev-subscribe@nuttx.apache.org @@ -59,6 +59,7 @@ source_repository_website_mirror: https://github.com/apache/nuttx-website website_repository: https://gitbox.apache.org/repos/asf?p=nuttx-website.git website_repository_mirror: https://github.com/apache/nuttx-website +website_security: https://nuttx.apache.org/docs/latest/security.html community_events: https://events.nuttx.apache.org community_events_workshop_2025_cfp: https://docs.google.com/forms/d/e/1FAIpQLSecMK1Jt264Ykc_t6WRe0u8MYMgbGLW2ophtG-26F6zup9ppw/viewform diff --git a/_includes/themes/apache/_navigation.html b/_includes/themes/apache/_navigation.html index 0e8090dab6..2fc3072569 100644 --- a/_includes/themes/apache/_navigation.html +++ b/_includes/themes/apache/_navigation.html @@ -19,12 +19,25 @@ -
  • Events
  • -
  • Documentation
  • -
  • Articles
  • -
  • GitHub
  • +
  • + Read + +
  • +
  • + Code + +
  • Apache