Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions config/_default/menus/main.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6428,6 +6428,46 @@ menu:
parent: source_code_integration
identifier: sci_service_mapping
weight: 2
- name: Go
url: source_code/service-mapping/go/
parent: sci_service_mapping
identifier: sci_service_mapping_go
weight: 1
- name: Python
url: source_code/service-mapping/python/
parent: sci_service_mapping
identifier: sci_service_mapping_python
weight: 2
- name: .NET
url: source_code/service-mapping/dotnet/
parent: sci_service_mapping
identifier: sci_service_mapping_dotnet
weight: 3
- name: Node.js
url: source_code/service-mapping/nodejs/
parent: sci_service_mapping
identifier: sci_service_mapping_nodejs
weight: 4
- name: Ruby
url: source_code/service-mapping/ruby/
parent: sci_service_mapping
identifier: sci_service_mapping_ruby
weight: 5
- name: Java
url: source_code/service-mapping/java/
parent: sci_service_mapping
identifier: sci_service_mapping_java
weight: 6
- name: PHP
url: source_code/service-mapping/php/
parent: sci_service_mapping
identifier: sci_service_mapping_php
weight: 7
- name: Other Languages
url: source_code/service-mapping/other/
parent: sci_service_mapping
identifier: sci_service_mapping_other
weight: 8
- name: Resource Mapping
url: source_code/resource-mapping/
parent: source_code_integration
Expand Down
Loading
Loading