From 4fc19b061270d79ad79838ed5174eb045d89640b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 30 Jan 2026 23:08:43 +0000 Subject: [PATCH 1/2] Initial plan From e98e17bde99f93118cd0728ed7808d4e1decd59b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 30 Jan 2026 23:10:04 +0000 Subject: [PATCH 2/2] Add Communications Playbook to menu bar Co-authored-by: yqtianust <41743566+yqtianust@users.noreply.github.com> --- config.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index e2e8982..f473077 100644 --- a/config.toml +++ b/config.toml @@ -164,10 +164,16 @@ pluralizelisttitles = false weight = 8 parent = "menu.pubs" +[[menu.main]] + name = "Communications Playbook" + url = "/resources/comms-playbook" + weight = 9 + parent = "menu.pubs" + [[menu.main]] name = "Improving Paper and Peer Review Quality" url = "/resources/improve" - weight = 9 + weight = 10 parent = "menu.pubs"