<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Courses | David Foxcroft PhD CPsychol</title><link>https://www.davidfoxcroft.com/courses/</link><atom:link href="https://www.davidfoxcroft.com/courses/index.xml" rel="self" type="application/rss+xml"/><description>Courses</description><generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator><language>en-us</language><copyright>© David Foxcroft 2022</copyright><lastBuildDate>Sat, 17 Aug 2019 09:48:01 +0100</lastBuildDate><image><url>https://www.davidfoxcroft.com/img/avatar.jpg</url><title>Courses</title><link>https://www.davidfoxcroft.com/courses/</link></image><item><title>Overview</title><link>https://www.davidfoxcroft.com/courses/example/</link><pubDate>Sun, 09 Sep 2018 00:00:00 +0000</pubDate><guid>https://www.davidfoxcroft.com/courses/example/</guid><description>
&lt;h2 id=&#34;flexibility&#34;&gt;Flexibility&lt;/h2&gt;
&lt;p&gt;This feature can be used for publishing content such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Online courses&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Project or software documentation&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Tutorials&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The &lt;code&gt;courses&lt;/code&gt; folder may be renamed. For example, we can rename it to &lt;code&gt;docs&lt;/code&gt; for software/project documentation or &lt;code&gt;tutorials&lt;/code&gt; for creating an online course.&lt;/p&gt;
&lt;h2 id=&#34;delete-tutorials&#34;&gt;Delete tutorials&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;To remove these pages, delete the &lt;code&gt;courses&lt;/code&gt; folder and see below to delete the associated menu link.&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;update-site-menu&#34;&gt;Update site menu&lt;/h2&gt;
&lt;p&gt;After renaming or deleting the &lt;code&gt;courses&lt;/code&gt; folder, you may wish to update any &lt;code&gt;[[main]]&lt;/code&gt; menu links to it by editing your menu configuration at &lt;code&gt;config/_default/menus.toml&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;For example, if you delete this folder, you can remove the following from your menu configuration:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-toml&#34;&gt;[[main]]
name = &amp;quot;Courses&amp;quot;
url = &amp;quot;courses/&amp;quot;
weight = 50
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Or, if you are creating a software documentation site, you can rename the &lt;code&gt;courses&lt;/code&gt; folder to &lt;code&gt;docs&lt;/code&gt; and update the associated &lt;em&gt;Courses&lt;/em&gt; menu configuration to:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-toml&#34;&gt;[[main]]
name = &amp;quot;Docs&amp;quot;
url = &amp;quot;docs/&amp;quot;
weight = 50
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;update-the-docs-menu&#34;&gt;Update the docs menu&lt;/h2&gt;
&lt;p&gt;If you use the &lt;em&gt;docs&lt;/em&gt; layout, note that the name of the menu in the front matter should be in the form &lt;code&gt;[menu.X]&lt;/code&gt; where &lt;code&gt;X&lt;/code&gt; is the folder name. Hence, if you rename the &lt;code&gt;courses/example/&lt;/code&gt; folder, you should also rename the menu definitions in the front matter of files within &lt;code&gt;courses/example/&lt;/code&gt; from &lt;code&gt;[menu.example]&lt;/code&gt; to &lt;code&gt;[menu.&amp;lt;NewFolderName&amp;gt;]&lt;/code&gt;.&lt;/p&gt;</description></item></channel></rss>