<%#
 Copyright 2013-2026 the original author or authors from the JHipster project.

 This file is part of the JHipster project, see https://www.jhipster.tech/
 for more information.

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

      https://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
-%>
<%#
 This is a fragment root file, it will be merge fragments if available.
 EJS fragments will process % delimiter tags in template rendering and & delimiter tags during the merge process.
-%>
<&_
 // Register sections and max allowed fragments, 0 for unlimited.
 fragments.registerSections({
   introSection: 0,
   structureSection: 0,
   developmentSection: 0,
   productionSection: 0,
   testingSection: 0,
   othersSection: 0,
   referenceSection: 0,
 });
_&>
# <%= baseName %>

This application was generated using JHipster <%= jhipsterVersion %>, you can find documentation and help at [<%= documentationArchiveUrl %>](<%= documentationArchiveUrl %>).

<&- fragments.introSection() &>
## Project Structure

<&- fragments.structureSection() &>
## Development

<&- fragments.developmentSection() &>

## Building for production

<&- fragments.productionSection() &>
## Testing

<&- fragments.testingSection() -&>

<& if (fragments.othersSection()) { &>
## Others

<&- fragments.othersSection() &>
<& } &>

## References

- [JHipster Homepage and latest documentation](<%= hipsterDocumentationLink %>)
- [JHipster <%= jhipsterVersion %> archive](<%= documentationArchiveUrl %>)
<%_ if (applicationTypeGateway || applicationTypeMicroservice) { _%>
- [Doing microservices with JHipster](<%= documentationArchiveUrl %>/microservices-architecture/)
<%_ } _%>
- [Using JHipster in development](<%= documentationArchiveUrl %>/development/)
<%_ if (serviceDiscoveryEureka) { _%>
- [Service Discovery and Configuration with the JHipster-Registry](<%= documentationArchiveUrl %>/microservices-architecture/#jhipster-registry)
<%_ } _%>
<%_ if (serviceDiscoveryConsul) { _%>
- [Service Discovery and Configuration with Consul](<%= documentationArchiveUrl %>/microservices-architecture/#consul)
<%_ } _%>
- [Using Docker and Docker-Compose](<%= documentationArchiveUrl %>/docker-compose)
- [Using JHipster in production](<%= documentationArchiveUrl %>/production/)
- [Running tests page](<%= documentationArchiveUrl %>/running-tests/)
- [Code quality page](<%= documentationArchiveUrl %>/code-quality/)
- [Setting up Continuous Integration](<%= documentationArchiveUrl %>/setting-up-ci/)
- [Node.js](https://nodejs.org/)
- [NPM](https://www.npmjs.com/)
<&- fragments.referenceSection() &>
