Skip to content

Commit a6624e3

Browse files
Alexandre Oliveiraclaude
andcommitted
docs(turing): remove outdated screenshot references
- Remove Login, Search Engine, and Semantic Navigation screenshots from administration-guide - Remove 4 API Token step screenshots from developer-guide - Replace developer-guide screenshot steps with concise numbered instructions Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a42fb9f commit a6624e3

2 files changed

Lines changed: 4 additions & 26 deletions

File tree

docs-turing/administration-guide.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,13 @@ set TURING_ADMIN_PASSWORD=your_password
6767
export TURING_ADMIN_PASSWORD=your_password
6868
```
6969

70-
![Login Page](/img/screenshots/turing-login.png)
7170

7271
### Search Engine
7372

7473
#### Configuration
7574

7675
Search Engine is used by Turing to store and retrieve data of Semantic Navigation Sites.
7776

78-
![Search Engine Page](/img/screenshots/turing-se.png)
7977

8078
It is possible create or edit a Search Engine with following attributes:
8179

@@ -92,7 +90,6 @@ It is possible create or edit a Search Engine with following attributes:
9290

9391
#### Configuration
9492

95-
![Semantic Navigation Page](/img/screenshots/turing-sn.png)
9693

9794
##### Settings Tab
9895

docs-turing/developer-guide.md

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -217,29 +217,10 @@ You can access the Turing API documentation and test it directly using Swagger a
217217

218218
### Generate an API Key
219219

220-
#### Step 1
221-
222-
Sign in Turing Administration Console ([http://localhost:2700](http://localhost:2700)).
223-
224-
![Sign in](/img/screenshots/turing-login.png)
225-
226-
#### Step 2
227-
228-
Access API Token Section.
229-
230-
![API Token Section](/img/turing/0.3.9/api-token-menu.png)
231-
232-
#### Step 3
233-
234-
Create a new API Token with Title and Description.
235-
236-
![New API Token](/img/turing/0.3.9/api-token-new.png)
237-
238-
#### Step 4
239-
240-
Will be create a new random API Token.
241-
242-
![API Token was generated](/img/turing/0.3.9/api-token-hash.png)
220+
1. Sign in to the Turing ES Administration Console at `http://localhost:2700`.
221+
2. Navigate to **Administration → API Tokens**.
222+
3. Click **New** and fill in a Title and Description.
223+
4. A random API token will be generated and displayed. Copy it immediately — it will not be shown again.
243224

244225
### Semantic Navigation
245226

0 commit comments

Comments
 (0)