Skip to content

Commit dbfdf77

Browse files
authored
update logos etc
1 parent 3a7b030 commit dbfdf77

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

docs/.vitepress/config.mjs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ export default defineConfig({
148148
{ text: 'Layouts, Variants', link: '/addons/layout' },
149149
{ text: 'JS Libraries', link: '/addons/ext_js' },
150150
{ text: 'UI Extensions', link: '/addons/popup' },
151-
{ text: 'Apps', link: '/addons/apps' },
151+
{ text: 'Remote App Calls', link: '/addons/rfc' },
152+
// { text: 'Apps', link: '/addons/apps' },
152153
]
153154
},
154155
{
@@ -159,7 +160,6 @@ export default defineConfig({
159160
{ text: 'Stateful Sessions', link: '/advanced/stateful' },
160161
{ text: 'Downporting', link: '/advanced/downporting' },
161162
{ text: 'Renaming', link: '/advanced/renaming' },
162-
{ text: 'Remote App Calls', link: '/advanced/rfc' },
163163
{ text: 'Extensibility', collapsed : "false" , link: '/advanced/extensibility' , items: [
164164
{ text: 'Custom JS', link: '/advanced/extensibility/custom_js' },
165165
{ text: 'Custom Control', link: '/advanced/extensibility/custom_control' },
@@ -184,7 +184,9 @@ export default defineConfig({
184184
{ text: 'Changelog', link: '/resources/changelog' },
185185
{ text: 'License', link: '/resources/license' },
186186
{ text: 'Contact', link: '/resources/contact' },
187+
{ text: 'Who Uses abap2UI5?', link: '/resources/who_uses' },
187188
{ text: 'Community', items: [
189+
{ text: 'Logos', link: '/resources/logo' },
188190
{ text: 'Blogs, References', link: '/resources/references' },
189191
{ text: 'Support', link: '/resources/support' },
190192
{ text: 'Contribution', link: '/resources/contribution' },
File renamed without changes.

docs/resources/who_uses.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Who Uses abap2UI5?
2+
3+
### Customer
4+
5+
| Company | System | Description |
6+
| ------------- | ------------- | ------------- |
7+
| Test | System | Description |
8+
9+
_Your Company is not listed here? Feel free to send a PR and extend this file!_
10+
11+
12+
### Integration, Workshops & more
13+
14+
| Company | Description |
15+
| ------------- | ------------- |
16+
| Test | Description |
17+
18+
_Your Workshop or Integration is not listed here? Feel free to send a PR and extend this file!_
19+
20+
### Community
21+
22+
ABAP Open Source Projects using abap2UI5:
23+
| Repository | Description |
24+
| ------------- | ------------- |
25+
| [The Quest](https://github.com/nomssi/axage) | A wizard's adventure game based on the AXAGE game engine |
26+
| [Advent of Code](https://github.com/joltdx/abap-advent-2023-template) | Template for the Advent of Code 2023 in ABAP |
27+
| [Generic DDIC Searchhelp](https://github.com/axelmohnen/a2UI5-generic_search_hlp) | Generic DDIC searchhelp generator |
28+
| [abap-sql-console](https://github.com/abap2UI5-apps/abap-sql-console) | Quickly Run SQL Commands in Your Browser |
29+
| [table-content-loader](https://github.com/abap2UI5-apps/table-content-loader) | Upload & Download Table Content |
30+
| [SE16](https://github.com/abap2UI5-apps/SE16) | ABAP SE16 for Cloud |
31+
| [SM30](https://github.com/abap2UI5-apps/SM30) | ABAP SM30 for Cloud |
32+
33+
_Your app is not listed here? Feel free to send a PR and extend this file!_

0 commit comments

Comments
 (0)