Skip to content

Commit

Permalink
Expand cliCommands.md panels by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ang-zeyu committed Jul 29, 2020
1 parent ae7a0bb commit 3c5b75b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/userGuide/cliCommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Usage: markbind <command>
Root directory. Default is the current directory.<br>
{{ icon_example }} `./myWebsite`

<panel header="**Options** :fas-cogs:" type="minimal">
<panel header="**Options** :fas-cogs:" type="minimal" expanded>

**Options** :fas-cogs:

Expand Down Expand Up @@ -76,7 +76,7 @@ Usage: markbind <command>
Root directory. The default is the directory where this command was executed.<br>
{{ icon_example }} `./myWebsite`

<panel header="**Options** :fas-cogs:" type="minimal">
<panel header="**Options** :fas-cogs:" type="minimal" expanded>

**Options** :fas-cogs:

Expand Down Expand Up @@ -135,7 +135,7 @@ The caveat is that not building all pages during the initial process, or not reb
Read source files from the `[root]` directory and put the generated files in the specified `[output]` directory<br>
{{ icon_example }} `./myWebsite ../myOutDir`

<panel header="**Options** :fas-cogs:" type="minimal">
<panel header="**Options** :fas-cogs:" type="minimal" expanded>

**Options** :fas-cogs:

Expand Down Expand Up @@ -165,7 +165,7 @@ The caveat is that not building all pages during the initial process, or not reb

**Description:** Deploys the site to the repo's Github pages by pushing everything in the generated site (default dir: `_site`) to the `gh-pages` branch of the current git working directory's remote repo.

<panel header="**Options** :fas-cogs:" type="minimal">
<panel header="**Options** :fas-cogs:" type="minimal" expanded>

**Options** :fas-cogs:

Expand Down

0 comments on commit 3c5b75b

Please sign in to comment.