From c2338ec1bf634fa0410aafa4f0973a39bc2ba71a Mon Sep 17 00:00:00 2001 From: Johan Gustafsson Date: Wed, 25 Sep 2024 11:15:16 +0930 Subject: [PATCH 1/2] Add structural_biology --- pages/structural_biology.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages/structural_biology.md diff --git a/pages/structural_biology.md b/pages/structural_biology.md new file mode 100644 index 0000000..c70cd48 --- /dev/null +++ b/pages/structural_biology.md @@ -0,0 +1,9 @@ +--- +title: Computational structural biology +type: category +page_id: structural_biology +description: How-to Guides focused on computational structural biology. +--- + + + From 6455294d25a28c48e5f676bb7a27e6e1404ef2d9 Mon Sep 17 00:00:00 2001 From: Johan Gustafsson Date: Wed, 25 Sep 2024 11:16:21 +0930 Subject: [PATCH 2/2] Add structural_biology --- _data/sidebars/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_data/sidebars/main.yml b/_data/sidebars/main.yml index 44d408d..aa9a9a3 100644 --- a/_data/sidebars/main.yml +++ b/_data/sidebars/main.yml @@ -13,6 +13,8 @@ subitems: url: /metagenomics - title: Population genomics url: /pop_gen + - title: Structural biology + url: /structural_biology - title: How-to document url: /documentation - title: How-to contribute