Skip to content

Commit

Permalink
User guide, conversion to hugo module: simplify instructions for remo…
Browse files Browse the repository at this point in the history
…val of docsy git submodule
  • Loading branch information
deining authored and chalin committed Apr 7, 2022
1 parent 8c31b3c commit 74c2d6b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions userguide/content/en/docs/Updating/Convert-site-to-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,7 @@ rm -rf themes/docsy

### Previous use of Docsy theme as git submodule

If your Docsy theme was installed as submodule, you need to unregister the `docsy` submodule from your repo first:

```
git submodule deinit themes/docsy/
```

With your submodule unregistered, you can now remove the subdirectory `docsy` inside your `themes` directory:
If your Docsy theme was installed as submodule, use git's `rm` subcommand to remove the subdirectory `docsy` inside your `themes` directory:

```
git rm -rf themes/docsy
Expand Down

0 comments on commit 74c2d6b

Please sign in to comment.