diff --git a/about.yml b/about.yml index 4fd5e5492..fb0e921e2 100644 --- a/about.yml +++ b/about.yml @@ -9,4 +9,5 @@ modules: - gpu-openmp - gpu-hip - application-performance - - application-design + - application-testing + - build-systems diff --git a/application-testing/about.yml b/application-testing/about.yml new file mode 100644 index 000000000..6d888e394 --- /dev/null +++ b/application-testing/about.yml @@ -0,0 +1,3 @@ +# This file is used in the generation of the web page +title: Application Testing +slidesdir: docs diff --git a/build-systems/about.yml b/build-systems/about.yml new file mode 100644 index 000000000..388806010 --- /dev/null +++ b/build-systems/about.yml @@ -0,0 +1,3 @@ +# This file is used in the generation of the web page +title: Build Systems +slidesdir: docs