How to edit an existing docs setup?

Hello Everyone,

I am a newbie here just trying to add something to an existing documents setup.

I have these files one of which is a markdown file added by me. How can I run hugo server locally and preview my changes? Sorry, if this sounds too simple.

-rw-r--r--  1 vikas  staff   1.0K Apr 14 18:29 uninstall.md
-rw-r--r--  1 vikas  staff   2.7K Apr 14 18:29 troubleshooting.md
-rw-r--r--  1 vikas  staff    13K Apr 14 18:29 install.md
drwxr-xr-x  5 vikas  staff   170B Apr 14 18:29 developer-guide/
-rw-r--r--  1 vikas  staff   142B Apr 14 18:29 _index.md
-rw-r--r--  1 vikas  staff   985B Apr 14 18:29 README.md
-rw-r--r--  1 vikas  staff   2.7K Apr 15 08:20 install-aa.md
-rw-r--r--  1 vikas  staff   4.0K Apr 15 09:27 install-bb.md

Cheers.

I think you’re looking for the Basic usage docs :slight_smile:

Short answer: unless this is actually the content folder, this doesn’t look like a Hugo setup. But just in case, from the site root, running hugo server will do the trick.