Skip to content

Commit

Permalink
User guide, conversion to hugo module: remove instruction for removal…
Browse files Browse the repository at this point in the history
… of internal git submodule directory
  • Loading branch information
deining committed Apr 6, 2022
1 parent f664444 commit 373fe00
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions userguide/content/en/docs/Updating/Convert-site-to-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,13 +205,6 @@ You are now ready to commit your changes to your repository:
git commit -m "Removed docsy git submodule"
```

Finally, clean up the internal directory that git used to store your `docsy` submodule:

```
rm -rf .git/modules/themes/docsy/
```


{{% alert title="Attention" color="warning" %}}
Be careful when using the `rm -rf` command, make sure that you don't inadvertently delete any productive data files!
{{% /alert %}}

0 comments on commit 373fe00

Please sign in to comment.