mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-04-24 01:08:30 +00:00
Fix FLEXIAPI-469 Forgot a view file
This commit is contained in:
parent
36843b5919
commit
8585095d99
2 changed files with 9 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -40,6 +40,7 @@ package-common:
|
|||
cp README.md $(OUTPUT_DIR)/flexisip-account-manager/
|
||||
cp INSTALL.md $(OUTPUT_DIR)/flexisip-account-manager/
|
||||
cp flexiapi/.env.example $(OUTPUT_DIR)/flexisip-account-manager/flexiapi/.env.example
|
||||
cp flexiapi/licenses.md $(OUTPUT_DIR)/flexisip-account-manager/flexiapi/
|
||||
cp flexiapi/artisan $(OUTPUT_DIR)/flexisip-account-manager/flexiapi/
|
||||
cp flexiapi/phpunit.xml $(OUTPUT_DIR)/flexisip-account-manager/flexiapi/
|
||||
cp flexiapi/phpcs.xml $(OUTPUT_DIR)/flexisip-account-manager/flexiapi/
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
@extends('layouts.main', ['welcome' => true])
|
||||
|
||||
@section('content')
|
||||
<section class="documentation">
|
||||
{{-- This view is only a wrapper for the markdown page --}}
|
||||
{!! $documentation !!}
|
||||
</section>
|
||||
@endsection
|
||||
Loading…
Add table
Reference in a new issue