Skip to content

Commit 7dcdc89

Browse files
committed
Improve section icons in documentation
1 parent 5f8938d commit 7dcdc89

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ The process involves three steps:
1414
<!-- TOC -->
1515

1616
- [Table of Contents](#table-of-contents)
17-
- [:arrow_forward: Pipeline for TypeScript Code](#arrow_forward-pipeline-for-typescript-code)
18-
- [:arrow_forward: Pipeline for Java Artifacts](#arrow_forward-pipeline-for-java-artifacts)
19-
- [:page_with_curl: CSV Cypher Query Report Reference](#page_with_curl-csv-cypher-query-report-reference)
20-
- [:page_with_curl: Jupyter Notebook Report Reference](#page_with_curl-jupyter-notebook-report-reference)
21-
- [:camera: Image Reference](#camera-image-reference)
22-
- [:arrows_counterclockwise: Keeping the Analysis Workflow Updated with Renovate](#arrows_counterclockwise-keeping-the-analysis-workflow-updated-with-renovate)
17+
- [:rocket: Pipeline for TypeScript Code](#rocket-pipeline-for-typescript-code)
18+
- [:coffee: Pipeline for Java Artifacts](#coffee-pipeline-for-java-artifacts)
19+
- [:bookmark_tabs: CSV Cypher Query Report Reference](#bookmark_tabs-csv-cypher-query-report-reference)
20+
- [:notebook: Jupyter Notebook Report Reference](#notebook-jupyter-notebook-report-reference)
21+
- [:framed_picture: Image Reference](#framed_picture-image-reference)
22+
- [:recycle: Keeping the Analysis Workflow Updated with Renovate](#recycle-keeping-the-analysis-workflow-updated-with-renovate)
2323
- [:page_facing_up: License](#page_facing_up-license)
24-
- [:chart: Analysis Results](#chart-analysis-results)
24+
- [:bar_chart: Analysis Results](#bar_chart-analysis-results)
2525
- [External Dependencies of Java Packages](#external-dependencies-of-java-packages)
2626
- [Dependencies Graph of Java Artifacts](#dependencies-graph-of-java-artifacts)
2727
- [Longest Paths of Java Artifacts](#longest-paths-of-java-artifacts)
@@ -35,7 +35,7 @@ The process involves three steps:
3535

3636
<!-- /TOC -->
3737

38-
## :arrow_forward: Pipeline for TypeScript Code
38+
## :rocket: Pipeline for TypeScript Code
3939

4040
This example demonstrates how to analyze TypeScript code in a GitHub Workflows pipeline.
4141

@@ -54,7 +54,7 @@ This example demonstrates how to analyze TypeScript code in a GitHub Workflows p
5454
5555
3. The third job, [analyze-code-graph](https://github.com/JohT/code-graph-analysis-examples/blob/23143b34d8fc6e0ab7d80102d8de0b6e6a4ec98e/.github/workflows/typescript-code-analysis.yml#L99), demonstrates how to download the analysis results and commit them back to the repository.
5656
57-
## :arrow_forward: Pipeline for Java Artifacts
57+
## :coffee: Pipeline for Java Artifacts
5858
5959
Java artifacts are analyzed similarly to TypeScript code. The main difference is that Java artifacts are downloaded from a Maven repository instead of being part of the repository.
6060
@@ -64,19 +64,19 @@ The first job, [prepare-code-to-analyze](https://github.com/JohT/code-graph-anal
6464
6565
The second and third jobs are the same as for the TypeScript example.
6666
67-
## :page_with_curl: CSV Cypher Query Report Reference
67+
## :bookmark_tabs: CSV Cypher Query Report Reference
6868
6969
[CSV_REPORTS.md](./analysis-results/CSV_REPORTS.md) lists all CSV Cypher query result reports inside the [results](./results) directory. It can be generated as described in [Generate CSV Report Reference](./COMMANDS.md#generate-csv-cypher-query-report-reference).
7070
71-
## :page_with_curl: Jupyter Notebook Report Reference
71+
## :notebook: Jupyter Notebook Report Reference
7272
7373
[JUPYTER_REPORTS.md](./analysis-results/JUPYTER_REPORTS.md) lists all Jupyter Notebook reports inside the [results](./results) directory. It can be generated as described in [Generate Jupyter Notebook Report Reference](./COMMANDS.md#generate-jupyter-notebook-report-reference).
7474
75-
## :camera: Image Reference
75+
## :framed_picture: Image Reference
7676
7777
[IMAGES.md](./analysis-results/IMAGES.md) lists all PNG images inside the [results](./results) directory. It can be generated as described in [Generate Image Reference](./COMMANDS.md#generate-image-reference).
7878
79-
## :arrows_counterclockwise: Keeping the Analysis Workflow Updated with Renovate
79+
## :recycle: Keeping the Analysis Workflow Updated with Renovate
8080
8181
This repository uses [Renovate](https://docs.renovatebot.com) to automatically update the analysis workflow to the latest version. To enable this, add the following extension to your Renovate configuration:
8282
@@ -92,7 +92,7 @@ You can find the complete configuration in the [renovate.json](./renovate.json)
9292

9393
This repository is licensed under the Apache License, Version 2.0. See [LICENSE](./LICENSE) for the full license text.
9494

95-
## :chart: Analysis Results
95+
## :bar_chart: Analysis Results
9696

9797
Here are ten examples from over a hundred reports generated by the analysis. These examples illustrate the results of analyzing [AxonFramework](https://github.com/AxonFramework/AxonFramework), a Java framework for Evolutionary Message-Driven Microservices on the JVM. For the complete set of reports, visit the [analysis-results](./analysis-results) directory.
9898

0 commit comments

Comments
 (0)