General
Solutions Architect Interview Questions
This repository contains a collection of interview questions and answers for various topics related to Solutions Architecture.
Local Development
To view the documentation on your local machine, you can run a local development server.
-
Make sure you have MkDocs installed. If not, you can install it using pip:
pip install mkdocs -
Start the local development server:
mkdocs serve -
Open your web browser and navigate to http://127.0.0.1:8000 to view the documentation.