Skip to content

Commit ad7442a

Browse files
authored
Refine language in neo-ui.md for clarity
Updated wording for clarity and consistency in the documentation.
1 parent 8f0cb94 commit ad7442a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

netapp-neo/client/neo-ui.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For testing purposes, a local SAMBA service is also included.
1919
Create a directory called "neo-test" in your home directory or any location of your choice to host the configuration files below.
2020

2121
### Environment variables
22-
First, we need to set up the following .env file to capture the database configuration.
22+
First, we need to set up the following .env file to configure the database.
2323

2424
```INI
2525
# NetApp Settings (Required)
@@ -153,7 +153,7 @@ At this stage, the M365 Copilot Graph or other settings can be configured now or
153153
This will trigger a restart of Neo's container with the configured settings:
154154
<img width="1884" height="952" alt="image" src="https://github.com/user-attachments/assets/2711319d-f4f4-47d4-afa8-1b2e037289c6" />
155155

156-
Once Neo has restarted, the page will reload with the status "Complete" and a button "Admin Credentials" will appear to recover the temporary credentials:
156+
Once Neo has restarted, the page will reload with the status "Complete", and a button "Admin Credentials" will appear to recover the temporary credentials:
157157
<img width="1884" height="952" alt="image" src="https://github.com/user-attachments/assets/7db70db5-77dc-4cb9-9472-9fe912c7c0f5" />
158158

159159
### Admin Password
@@ -173,7 +173,7 @@ Neo can also be configured via the API, available at ```http://your.ip:8081/docs
173173

174174
### postgres
175175

176-
Check if the DB was created using both method to verify DB and networking at the same time:
176+
Check if the DB was created using both methods to verify the DB and networking at the same time:
177177

178178
- ```sudo podman exec -it neodb psql -h localhost -U postgres -l```
179179
- ```psql -U postgres -h 192.168.122.245 -p 5432 postgres -l```
@@ -194,24 +194,24 @@ Expected output:
194194

195195
### Neo
196196

197-
Check the logs to and share these with the team for any potential issues you might encounter:
197+
Check the logs and share these with the team for any potential issues you might encounter:
198198
```bash
199199
sudo podman logs -f neo
200200
```
201201

202202
### Neo UI
203203

204-
Check the logs to and share these with the team for any potential issues you might encounter:
204+
Check the logs and share these with the team for any potential issues you might encounter:
205205
```bash
206206
sudo podman logs -f neo
207207
```
208208

209-
Check the web console in Browser for additional error messages.
209+
Check the web console in the Browser for additional error messages.
210210

211211

212212
### Samba (optional)
213213

214-
Check the logs to and share these with the team for any potential issues you might encounter:
214+
Check the logs and share these with the team for any potential issues you might encounter:
215215
```bash
216216
sudo podman logs -f neo
217217
```

0 commit comments

Comments
 (0)