Skip to content

Commit 0c909a7

Browse files
authored
Remove changelog (#1346)
* remove changelog * more places with changelog
1 parent bd83475 commit 0c909a7

File tree

8 files changed

+6
-694
lines changed

8 files changed

+6
-694
lines changed

pcweb/components/docpage/navbar/navbar.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
)
1212
from pcweb.pages.blog import blogs
1313
from pcweb.pages.blog.paths import blog_data
14-
from pcweb.pages.changelog import changelog
1514
from pcweb.pages.docs import (
1615
getting_started,
1716
)
@@ -270,7 +269,7 @@ def new_resource_section():
270269

271270
_open_source_items = [
272271
{"label": "Templates", "url": "/templates", "icon": "layout-panel-top"},
273-
{"label": "Changelog", "url": changelog.path, "icon": "history"},
272+
{"label": "Changelog", "url": "https://github.com/reflex-dev/reflex/releases", "icon": "history"},
274273
{
275274
"label": "Contributing",
276275
"url": "https://github.com/reflex-dev/reflex/blob/main/CONTRIBUTING.md",

pcweb/pages/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from pcweb.route import Route
22
from .affiliates import affiliates as affiliates
33
from .blog import blog_routes
4-
from .changelog import changelog as changelog
54
from .customers.data.customers import customers_routes
65
from .customers.data.customers import customers_routes
76
from .customers.landing import customers as customers

0 commit comments

Comments
 (0)