Flatten out v1 and v2_alpha directories
As a side effect, I got rid of all of the horrible symlinks and just put in all of the proper relative paths. Because the horrible symlinks were horrible.
This commit is contained in:
parent
1a4a9af9a7
commit
6c66bfc755
123 changed files with 52 additions and 77 deletions
|
@ -18,7 +18,7 @@ This contains the client-server API for the reference implementation of the home
|
|||
|
||||
EOF
|
||||
|
||||
for f in ../api/client-server/*/*.yaml; do
|
||||
for f in ../api/client-server/*.yaml; do
|
||||
f="$(basename "${f/.yaml/_http_api}")"
|
||||
echo "{{${f/-/_}}}" >> tmp/http_apis
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue