Skip to content

Commit

Permalink
docs: Remove banner
Browse files Browse the repository at this point in the history
Change-Id: I04f866ef1150487dc4e7d80f4f6a6602222b3049
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/234411
Reviewed-by: Keir Mierle <keir@google.com>
Lint: Lint πŸ€– <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Kayce Basques <kayce@google.com>
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
  • Loading branch information
Kayce Basques authored and CQ Bot Account committed Sep 10, 2024
1 parent 3d63ba4 commit bd41046
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,7 @@ def pygments_monkeypatch_style(mod_name, cls):
"https://cdnjs.cloudflare.com/ajax/libs/fuzzysort/2.0.4/fuzzysort.js",
]

announcement_url = 'https://pigweed.dev/docs/blog/03-pigweed-sdk.html'
announcement_text = 'Pigweed SDK launches with Raspberry Pi RP2350'
announcement = f'πŸš€πŸš€πŸš€ <a href="{announcement_url}">{announcement_text}</a> πŸš€πŸš€πŸš€'

html_theme_options = {
'announcement': announcement,
# https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/header-links.html#navigation-bar-dropdown-links
'header_links_before_dropdown': 5,
# https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/header-links.html#icon-links
Expand Down
13 changes: 13 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,19 @@ Get started
Set up a C++-based Zephyr project, set up GitHub Actions,
integrate Pigweed into an existing Bazel project, and more.

---------------------------------------------
Pigweed SDK launches with Raspberry Pi RP2350
---------------------------------------------
.. _Google Pigweed comes to our new RP2350: https://www.raspberrypi.com/news/google-pigweed-comes-to-our-new-rp2350/
.. _Introducing the Pigweed SDK: https://opensource.googleblog.com/2024/08/introducing-pigweed-sdk.html

The first preview release of the Pigweed SDK has launched with official
hardware support for Raspberry Pi’s newest microprocessor products, the
RP2350 and Pico 2! Check out the following blog posts to learn more:

* `Google Pigweed comes to our new RP2350`_
* `Introducing the Pigweed SDK`_

----------------
What is Pigweed?
----------------
Expand Down

0 comments on commit bd41046

Please sign in to comment.