- Understanding our Business. Information about what is important to keep the lights on, i.e. what services we provide to our customers.
- How we work at MDriven (View the category "How we work at MDriven"). Tools we use, and suggest that you use.
- Places Where We Store Internal Information. Information about where we store documents within the MDriven organisation.
- Vacation/Time Off
Training
No edit summary |
No edit summary |
||
(62 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | |||
<html> | <html> | ||
<style> | <style> | ||
body { | |||
}bh v | |||
.title { | |||
font-size: 48px; | |||
font-weight: 700; | |||
margin: 20px 0; | |||
}dhuibvycgvu | |||
.subtitle { | |||
background: rgba(255, 218, 187, 0.45); | |||
font-size: 24px;grhhrh | |||
font-weight: 700; | |||
margin: 0 auto; | |||
padding: 10px;dfwf | |||
} | |||
.section { | |||
display: flex; | |||
align-items: center; | |||
padding-left: 20px; | |||
padding-bottom: 5px; | |||
padding-top: 2px; | |||
} | |||
.section-icon { | |||
flex: 1; | |||
text-align: left; | |||
} | |||
.section-text { | |||
flex: 3; | |||
font-size: 20px; | |||
font-weight: 700; | |||
text-align: left; | |||
} | |||
.section-arrow { | |||
flex: 1; | |||
text-align: right; | |||
display: flex; | |||
} | } | ||
.content { | .section-arrow svg { | ||
transition: transform 0.3s ease; | |||
} | |||
.section-arrow svg.collapsed { | |||
transform: rotate(90deg); | |||
} | |||
.section-content { | |||
display: none; | |||
} | |||
.section-content.expanded { | |||
display: block; | |||
} | |||
.section-content { | |||
display: none; | |||
border-radius: 30px; | |||
background:white; | |||
} | |||
.section-content.expanded { | |||
display: block; | |||
} | |||
.content-title { | |||
font-weight:bold; | |||
} | |||
.next-steps-header { | |||
text-align: center; | |||
max-width: 800px; | |||
margin: 0 auto; | |||
padding: 20px; | |||
} | |||
.mw-body-content { | |||
min-height: 100vh; | |||
} | |||
.content-image { | |||
max-width: 100%; | |||
height: auto; | |||
display: block; | |||
margin: 20px 0; | |||
max-height: 500px; | |||
width: auto; | |||
} | |||
.button-container { | |||
display: flex; | |||
justify-content: center; | |||
padding: 50px; | |||
} | |||
.start-button { | |||
display: inline-block; | |||
padding: 15px 30px; | |||
font-size: 16px; | |||
font-weight: bold; | |||
color: #000; | |||
text-decoration: none; | |||
border-radius: 10px; | |||
background: #FFDABB; | |||
border: none; | |||
cursor: pointer; | |||
transition: background-color 0.3s ease; | |||
} | |||
.start-button:hover { | |||
background-color: #FFBF80; | |||
} | |||
.card-container { | |||
display: grid; | |||
grid-template-columns: repeat(10, 1fr); | |||
gap: 20px; | |||
} | |||
h2 { | |||
color: #F67A07; | |||
border-bottom: 2px solid #F67A07; | |||
padding-bottom: 10px; | |||
} | } | ||
@media (max-width: 768px) { | |||
.section-text { | |||
font-size: 17px; | |||
padding-left: 20px; | |||
. | |||
padding-left: | |||
} | } | ||
.section-arrow { | |||
padding-right: 5px; | |||
} | } | ||
} | } | ||
@media (max-width: 767px) { | @media (max-width: 767px) { | ||
. | #mw-content-text.mw-body-content.mw-content-ltr { | ||
padding: | padding: 1em; | ||
} | } | ||
} | } | ||
<div | </style> | ||
<main> | |||
<div | <h2>Welcome to the MDriven Insider</h2> | ||
<div class=" | <div class="card-container"> | ||
</html> | |||
{{#widget:Card|heading=Documentation|display=block|imageIcon=/images/YouTrack.png|subheading=Check your tasks on YouTrack|link=https://support.mdriven.net/issues?q=Assignee:%20me}} | |||
{{#widget:Card|heading=Documentation|display=block|fontAwesomeIcon=fa fa-blog|subheading=Check the blog|link=https://blog.mdriven.net}} | |||
{{#widget:Card|heading=Documentation|display=block|fontAwesomeIcon=fab fa-github|subheading=Check Github|link=https://github.com/supportMDriven}} | |||
{{#widget:Card|heading=Documentation|display=block|fontAwesomeIcon=fa fa-envelope|subheading=Check your emails|link=https://support.mdriven.net/issues?q=Assignee:%20me}} | |||
{{#widget:Card|heading=Documentation|display=block|imageIcon=/images/portal.png|subheading=Check Portal|link=https://portal.mdriven.net}} | |||
{{#widget:Card|heading=Documentation|display=block|fontAwesomeIcon=fa fa-globe|subheading=Check the Website|link=https://mdriven.net}} | |||
{{#widget:Card|heading=Documentation|display=block|imageIcon=https://wiki.mdriven.net/images/MDrivenLogo.png|subheading=Check Wiki|link=https://wiki.mdriven.net}} | |||
{{#widget:Card|heading=Documentation|display=block|fontAwesomeIcon=fab fa-youtube|subheading=Check Youtube|link=https://www.youtube.com/@MDrivenOfficial}} | |||
{{#widget:Card|heading=Documentation|display=block|fontAwesomeIcon=fab fa-stack-overflow|subheading=Check StackOverflow|link=https://stackoverflow.com/questions/tagged/mdriven}} | |||
{{#widget:Card|heading=Documentation|display=block|fontAwesomeIcon=fab fa-slack|subheading=Check Slack|link=https://mdriven.slack.com/}} | |||
<html> | |||
</div> | |||
<!-- Section 1 --> | |||
<div class="section" onclick="toggleSection(this)"> | |||
<div class="section-text">For everyone working for MDriven</div> | |||
<div class="section-arrow"> | |||
<svg xmlns="http://www.w3.org/2000/svg" width="39" height="33" viewBox="0 0 39 33" fill="none"> | |||
<g clip-path="url(#clip0_2800_1942)"> | |||
<path d="M11.8465 33.5138C11.4678 33.052 11.2613 32.431 11.2725 31.7875C11.2836 31.1439 11.5115 30.5304 11.9059 30.082L22.3217 18.2447L12.3217 6.05412C11.954 5.58987 11.7568 4.97319 11.7725 4.33691C11.7882 3.70062 12.0156 3.09564 12.4057 2.65226C12.7959 2.20888 13.3175 1.96259 13.8583 1.96641C14.3991 1.97024 14.9158 2.22389 15.2971 2.67272L26.7253 16.6045C27.104 17.0663 27.3105 17.6873 27.2994 18.3308C27.2882 18.9744 27.0604 19.5879 26.6659 20.0363L14.7625 33.5643C14.3679 34.0126 13.839 34.2591 13.2922 34.2497C12.7454 34.2402 12.2254 33.9755 11.8465 33.5138Z" fill="black"/> | |||
</g> | |||
<defs> | |||
<clipPath id="clip0_2800_1942"> | |||
<rect width="38.8387" height="33" fill="white"/> | |||
</clipPath> | |||
</defs> | |||
</svg> | |||
</div> | |||
</div> | |||
<div class="section-content"> | |||
<ul> | |||
<li> | |||
<a href="Understanding our Business" title="Understanding our Business"><strong>Understanding our Business</strong></a>. | |||
Information about what is important to keep the lights on, i.e. what services we provide to our customers. | |||
</li> | |||
<li> | |||
<strong><a href="How we work at MDriven" title="How we work at MDriven">How we work at MDriven</a></strong> | |||
<a href="Category:How We Work at MDriven" title="View the category 'How we work at MDriven'">(View the category "How we work at MDriven")</a>. | |||
Tools we use, and suggest that you use. | |||
</li> | |||
<li> | |||
<a href="Places Where We Store Internal Information" title="Places Where We Store Internal Information"><strong>Places Where We Store Internal Information</strong></a>. | |||
Information about where we store documents within the MDriven organisation. | |||
</li> | |||
<li> | |||
<strong><a href="Vacation/Time Off" title="Vacation/Time Off">Vacation/Time Off</a></strong> | |||
</li> | |||
</ul> | |||
<strong>Customer support and customer information</strong> | |||
<ul> | |||
<li><a href="Supporting Customers" title="Supporting Customers">Supporting Customers</a></li> | |||
<li><a href="Selected MDriven customers information" title="Selected MDriven customers information">Selected MDriven customers information</a></li> | |||
</ul> | |||
</div> | |||
<!-- Section 1 --> | |||
<div class="section" onclick="toggleSection(this)"> | |||
<div class="section-text">Marketing</div> | |||
<div class="section-arrow"> | |||
<svg xmlns="http://www.w3.org/2000/svg" width="39" height="33" viewBox="0 0 39 33" fill="none"> | |||
<g clip-path="url(#clip0_2800_1942)"> | |||
<path d="M11.8465 33.5138C11.4678 33.052 11.2613 32.431 11.2725 31.7875C11.2836 31.1439 11.5115 30.5304 11.9059 30.082L22.3217 18.2447L12.3217 6.05412C11.954 5.58987 11.7568 4.97319 11.7725 4.33691C11.7882 3.70062 12.0156 3.09564 12.4057 2.65226C12.7959 2.20888 13.3175 1.96259 13.8583 1.96641C14.3991 1.97024 14.9158 2.22389 15.2971 2.67272L26.7253 16.6045C27.104 17.0663 27.3105 17.6873 27.2994 18.3308C27.2882 18.9744 27.0604 19.5879 26.6659 20.0363L14.7625 33.5643C14.3679 34.0126 13.839 34.2591 13.2922 34.2497C12.7454 34.2402 12.2254 33.9755 11.8465 33.5138Z" fill="black"/> | |||
</g> | |||
<defs> | |||
<clipPath id="clip0_2800_1942"> | |||
<rect width="38.8387" height="33" fill="white"/> | |||
</clipPath> | |||
</defs> | |||
</svg> | |||
</div> | |||
</div> | |||
<div class="section-content"> | |||
<ul> | |||
<li><a href="Marketing Strategy for MDriven" title="Marketing Strategy for MDriven">Marketing Strategy for MDriven</a></li> | |||
<li><a href="Marketing Ideas - Table Format" title="Marketing Ideas - Table Format">Marketing Ideas - Table Format</a></li> | |||
<li><a href="Marketing Personas" title="Marketing Personas">Marketing Personas</a></li> | |||
</ul> | |||
<p>See <a href="MDriven Marketing" title="MDriven Marketing">MDriven Marketing</a> for more details.</p> | |||
</div> | |||
<!-- Section 1 --> | |||
<div class="section" onclick="toggleSection(this)"> | |||
<div class="section-text">Sales</div> | |||
<div class="section-arrow"> | |||
<svg xmlns="http://www.w3.org/2000/svg" width="39" height="33" viewBox="0 0 39 33" fill="none"> | |||
<g clip-path="url(#clip0_2800_1942)"> | |||
<path d="M11.8465 33.5138C11.4678 33.052 11.2613 32.431 11.2725 31.7875C11.2836 31.1439 11.5115 30.5304 11.9059 30.082L22.3217 18.2447L12.3217 6.05412C11.954 5.58987 11.7568 4.97319 11.7725 4.33691C11.7882 3.70062 12.0156 3.09564 12.4057 2.65226C12.7959 2.20888 13.3175 1.96259 13.8583 1.96641C14.3991 1.97024 14.9158 2.22389 15.2971 2.67272L26.7253 16.6045C27.104 17.0663 27.3105 17.6873 27.2994 18.3308C27.2882 18.9744 27.0604 19.5879 26.6659 20.0363L14.7625 33.5643C14.3679 34.0126 13.839 34.2591 13.2922 34.2497C12.7454 34.2402 12.2254 33.9755 11.8465 33.5138Z" fill="black"/> | |||
</g> | |||
<defs> | |||
<clipPath id="clip0_2800_1942"> | |||
<rect width="38.8387" height="33" fill="white"/> | |||
</clipPath> | |||
</defs> | |||
</svg> | |||
</div> | |||
</div> | |||
<div class="section-content"> | |||
<ul> | |||
<li><a href="Customers policies and interaction" title="Customers policies and interaction">Customers policies and interaction</a></li> | |||
</ul> | |||
</div> | |||
<!-- Section 1 --> | |||
<div class="section" onclick="toggleSection(this)"> | |||
<div class="section-text">External/customer projects</div> | |||
<div class="section-arrow"> | |||
<svg xmlns="http://www.w3.org/2000/svg" width="39" height="33" viewBox="0 0 39 33" fill="none"> | |||
<g clip-path="url(#clip0_2800_1942)"> | |||
<path d="M11.8465 33.5138C11.4678 33.052 11.2613 32.431 11.2725 31.7875C11.2836 31.1439 11.5115 30.5304 11.9059 30.082L22.3217 18.2447L12.3217 6.05412C11.954 5.58987 11.7568 4.97319 11.7725 4.33691C11.7882 3.70062 12.0156 3.09564 12.4057 2.65226C12.7959 2.20888 13.3175 1.96259 13.8583 1.96641C14.3991 1.97024 14.9158 2.22389 15.2971 2.67272L26.7253 16.6045C27.104 17.0663 27.3105 17.6873 27.2994 18.3308C27.2882 18.9744 27.0604 19.5879 26.6659 20.0363L14.7625 33.5643C14.3679 34.0126 13.839 34.2591 13.2922 34.2497C12.7454 34.2402 12.2254 33.9755 11.8465 33.5138Z" fill="black"/> | |||
</g> | |||
<defs> | |||
<clipPath id="clip0_2800_1942"> | |||
<rect width="38.8387" height="33" fill="white"/> | |||
</clipPath> | |||
</defs> | |||
</svg> | |||
</div> | |||
</div> | |||
<div class="section-content"> | |||
<ul> | |||
<li><a href="Project process" title="Project process">Project process</a></li> | |||
</ul> | |||
<p>See <a href="MDriven projects" title="MDriven projects">MDriven projects</a>.</p> | |||
</div> | |||
<!-- Section 1 --> | |||
<div class="section" onclick="toggleSection(this)"> | |||
<div class="section-text">Web Presence</div> | |||
<div class="section-arrow"> | |||
<svg xmlns="http://www.w3.org/2000/svg" width="39" height="33" viewBox="0 0 39 33" fill="none"> | |||
<g clip-path="url(#clip0_2800_1942)"> | |||
<path d="M11.8465 33.5138C11.4678 33.052 11.2613 32.431 11.2725 31.7875C11.2836 31.1439 11.5115 30.5304 11.9059 30.082L22.3217 18.2447L12.3217 6.05412C11.954 5.58987 11.7568 4.97319 11.7725 4.33691C11.7882 3.70062 12.0156 3.09564 12.4057 2.65226C12.7959 2.20888 13.3175 1.96259 13.8583 1.96641C14.3991 1.97024 14.9158 2.22389 15.2971 2.67272L26.7253 16.6045C27.104 17.0663 27.3105 17.6873 27.2994 18.3308C27.2882 18.9744 27.0604 19.5879 26.6659 20.0363L14.7625 33.5643C14.3679 34.0126 13.839 34.2591 13.2922 34.2497C12.7454 34.2402 12.2254 33.9755 11.8465 33.5138Z" fill="black"/> | |||
</g> | |||
<defs> | |||
<clipPath id="clip0_2800_1942"> | |||
<rect width="38.8387" height="33" fill="white"/> | |||
</clipPath> | |||
</defs> | |||
</svg> | |||
</div> | |||
</div> | |||
<div class="section-content"> | |||
<ul> | |||
<li>Main site at <a href="https://mdriven.net" target="_blank" rel="noopener">https://mdriven.net</a></li> | |||
<li><a href="https://learn.mdriven.net" target="_blank" rel="noopener">https://learn.mdriven.net</a> and <a href="https://wiki.mdriven.net" target="_blank" rel="noopener">https://wiki.mdriven.net</a> are the primary places for <a href="MDriven Education" title="MDriven Education">MDriven Education</a></li> | |||
<li><a href="MDriven Portal" title="MDriven Portal">MDriven Portal</a> is the self-service place for our customers to register and handle licenses</li> | |||
<li>Customer support at <a href="https://support.mdriven.net" target="_blank" rel="noopener">https://support.mdriven.net</a>, <a href="YouTrack" title="YouTrack">YouTrack</a> customer support system.</li> | |||
<li>We also have many social media accounts, read more at <a href="MDriven web presence" title="MDriven web presence">MDriven web presence</a></li> | |||
<li><a href="Wednesdays with MDriven" title="Wednesdays with MDriven">Wednesdays with MDriven</a>: "Wednesdays with MDriven" is a monthly customer Google Meet online meeting where we show new product features, get feedback from customers, and answer their questions. | |||
<a href="https://meet.google.com/afd-iasd-tcs?hs=224" target="_blank" rel="noopener">meet.google.com/afd-iasd-tcs</a> | |||
</li> | |||
</ul> | |||
</div> | |||
<!-- Section 1 --> | |||
<div class="section" onclick="toggleSection(this)"> | |||
<div class="section-text">For '''Content producers''' working inside MDriven</div> | |||
<div class="section-arrow"> | |||
<svg xmlns="http://www.w3.org/2000/svg" width="39" height="33" viewBox="0 0 39 33" fill="none"> | |||
<g clip-path="url(#clip0_2800_1942)"> | |||
<path d="M11.8465 33.5138C11.4678 33.052 11.2613 32.431 11.2725 31.7875C11.2836 31.1439 11.5115 30.5304 11.9059 30.082L22.3217 18.2447L12.3217 6.05412C11.954 5.58987 11.7568 4.97319 11.7725 4.33691C11.7882 3.70062 12.0156 3.09564 12.4057 2.65226C12.7959 2.20888 13.3175 1.96259 13.8583 1.96641C14.3991 1.97024 14.9158 2.22389 15.2971 2.67272L26.7253 16.6045C27.104 17.0663 27.3105 17.6873 27.2994 18.3308C27.2882 18.9744 27.0604 19.5879 26.6659 20.0363L14.7625 33.5643C14.3679 34.0126 13.839 34.2591 13.2922 34.2497C12.7454 34.2402 12.2254 33.9755 11.8465 33.5138Z" fill="black"/> | |||
</g> | |||
<defs> | |||
<clipPath id="clip0_2800_1942"> | |||
<rect width="38.8387" height="33" fill="white"/> | |||
</clipPath> | |||
</defs> | |||
</svg> | |||
</div> | |||
</div> | |||
<div class="section-content"> | |||
<ul> | |||
<li><a href="How to transcribe & translate your video" title="How to transcribe & translate your video">How to transcribe & translate your video</a></li> | |||
</ul> | |||
</div> | |||
<!-- Section 1 --> | |||
<div class="section" onclick="toggleSection(this)"> | |||
<div class="section-text">For '''Developers working''' inside MDriven</div> | |||
<div class="section-arrow"> | |||
<svg xmlns="http://www.w3.org/2000/svg" width="39" height="33" viewBox="0 0 39 33" fill="none"> | |||
<g clip-path="url(#clip0_2800_1942)"> | |||
<path d="M11.8465 33.5138C11.4678 33.052 11.2613 32.431 11.2725 31.7875C11.2836 31.1439 11.5115 30.5304 11.9059 30.082L22.3217 18.2447L12.3217 6.05412C11.954 5.58987 11.7568 4.97319 11.7725 4.33691C11.7882 3.70062 12.0156 3.09564 12.4057 2.65226C12.7959 2.20888 13.3175 1.96259 13.8583 1.96641C14.3991 1.97024 14.9158 2.22389 15.2971 2.67272L26.7253 16.6045C27.104 17.0663 27.3105 17.6873 27.2994 18.3308C27.2882 18.9744 27.0604 19.5879 26.6659 20.0363L14.7625 33.5643C14.3679 34.0126 13.839 34.2591 13.2922 34.2497C12.7454 34.2402 12.2254 33.9755 11.8465 33.5138Z" fill="black"/> | |||
</g> | |||
<defs> | |||
<clipPath id="clip0_2800_1942"> | |||
<rect width="38.8387" height="33" fill="white"/> | |||
</clipPath> | |||
</defs> | |||
</svg> | |||
</div> | |||
</div> | |||
<div class="section-content"> | |||
<ul> | |||
<li><a href="Development Environment" title="Development Environment">Development Environment</a></li> | |||
<li><a href="Product building setup" title="Product building setup">Product building setup</a></li> | |||
<li><a href="MDriven build setup" title="MDriven build setup">MDriven build setup</a> - everything related to the daily build process, not development</li> | |||
<li><a href="Development Tips" title="Development Tips">Development Tips</a></li> | |||
<li><a href="MDriven Source code" title="MDriven Source code">Source code</a></li> | |||
</ul> | |||
</div> | |||
<!-- Section 1 --> | |||
<div class="section" onclick="toggleSection(this)"> | |||
<div class="section-text">Our Own Production Environments</div> | |||
<div class="section-arrow"> | |||
<svg xmlns="http://www.w3.org/2000/svg" width="39" height="33" viewBox="0 0 39 33" fill="none"> | |||
<g clip-path="url(#clip0_2800_1942)"> | |||
<path d="M11.8465 33.5138C11.4678 33.052 11.2613 32.431 11.2725 31.7875C11.2836 31.1439 11.5115 30.5304 11.9059 30.082L22.3217 18.2447L12.3217 6.05412C11.954 5.58987 11.7568 4.97319 11.7725 4.33691C11.7882 3.70062 12.0156 3.09564 12.4057 2.65226C12.7959 2.20888 13.3175 1.96259 13.8583 1.96641C14.3991 1.97024 14.9158 2.22389 15.2971 2.67272L26.7253 16.6045C27.104 17.0663 27.3105 17.6873 27.2994 18.3308C27.2882 18.9744 27.0604 19.5879 26.6659 20.0363L14.7625 33.5643C14.3679 34.0126 13.839 34.2591 13.2922 34.2497C12.7454 34.2402 12.2254 33.9755 11.8465 33.5138Z" fill="black"/> | |||
</g> | |||
<defs> | |||
<clipPath id="clip0_2800_1942"> | |||
<rect width="38.8387" height="33" fill="white"/> | |||
</clipPath> | |||
</defs> | |||
</svg> | |||
</div> | |||
</div> | |||
<div class="section-content"> | |||
<ul> | |||
<li><a href="Category:Production Environment (for our customers)" title="Production Environment (for our customers)">Production Environment (for our customers)</a></li> | |||
</ul> | |||
</div> | </div> | ||
<div | |||
< | <!-- Section 1 --> | ||
<div class="section" onclick="toggleSection(this)"> | |||
<div class="section-text">Administration and corporate governance</div> | |||
<div class="section-arrow"> | |||
<svg xmlns="http://www.w3.org/2000/svg" width="39" height="33" viewBox="0 0 39 33" fill="none"> | |||
<g clip-path="url(#clip0_2800_1942)"> | |||
<path d="M11.8465 33.5138C11.4678 33.052 11.2613 32.431 11.2725 31.7875C11.2836 31.1439 11.5115 30.5304 11.9059 30.082L22.3217 18.2447L12.3217 6.05412C11.954 5.58987 11.7568 4.97319 11.7725 4.33691C11.7882 3.70062 12.0156 3.09564 12.4057 2.65226C12.7959 2.20888 13.3175 1.96259 13.8583 1.96641C14.3991 1.97024 14.9158 2.22389 15.2971 2.67272L26.7253 16.6045C27.104 17.0663 27.3105 17.6873 27.2994 18.3308C27.2882 18.9744 27.0604 19.5879 26.6659 20.0363L14.7625 33.5643C14.3679 34.0126 13.839 34.2591 13.2922 34.2497C12.7454 34.2402 12.2254 33.9755 11.8465 33.5138Z" fill="black"/> | |||
</g> | |||
<defs> | |||
<clipPath id="clip0_2800_1942"> | |||
<rect width="38.8387" height="33" fill="white"/> | |||
</clipPath> | |||
</defs> | |||
</svg> | |||
</div> | </div> | ||
</div> | </div> | ||
<div | <div class="section-content"> | ||
<ul> | |||
<li> | |||
<strong>Corporate</strong> | |||
<ul> | |||
<li><a href="Business Continuity Plan" title="Business Continuity Plan">Business Continuity Plan</a></li> | |||
<li><a href="Business Continuity Plan Appendix" title="Business Continuity Plan Appendix">Business Continuity Plan Appendix</a></li> | |||
</ul> | |||
</li> | |||
<li> | |||
<strong>Team</strong> | |||
<ul> | |||
<li><a href="Email accounts" title="Email accounts">Email accounts</a></li> | |||
<li><a href="MDriven Meeting Minutes and Recordings" title="MDriven Meeting Minutes and Recordings">MDriven Meeting Minutes and Recordings</a></li> | |||
<li><a href="Team member management" title="Team member management">Team member management</a></li> | |||
</ul> | |||
</li> | |||
</ul> | |||
</div> | |||
</div> | |||
</html> | </html> | ||
<html> | <html> | ||
</ | |||
<script> | |||
function toggleSection(section) { | |||
const arrowContainer = section.querySelector('.section-arrow'); | |||
const content = section.nextElementSibling; | |||
const isExpanded = content.classList.toggle('expanded'); | |||
if (isExpanded) { | |||
arrowContainer.innerHTML = ` | |||
<svg xmlns="http://www.w3.org/2000/svg" width="39" height="33" viewBox="0 0 39 33" fill="none"> | |||
<path d="M3.97048 10.9169C4.42569 10.5302 5.043 10.313 5.68667 10.313C6.33033 10.313 6.94764 10.5302 7.40285 10.9169L19.4186 21.1262L31.4343 10.9169C31.8921 10.5412 32.5053 10.3333 33.1418 10.338C33.7782 10.3427 34.387 10.5596 34.8371 10.942C35.2872 11.3244 35.5425 11.8417 35.548 12.3825C35.5535 12.9233 35.3088 13.4442 34.8667 13.8332L21.1348 25.5008C20.6796 25.8875 20.0622 26.1047 19.4186 26.1047C18.7749 26.1047 18.1576 25.8875 17.7024 25.5008L3.97048 13.8332C3.51541 13.4465 3.25977 12.9219 3.25977 12.375C3.25977 11.8281 3.51541 11.3036 3.97048 10.9169Z" fill="black"/> | |||
</svg>`; | |||
} else { | |||
arrowContainer.innerHTML = ` | |||
<svg xmlns="http://www.w3.org/2000/svg" width="39" height="33" viewBox="0 0 39 33" fill="none"> | |||
<g clip-path="url(#clip0_2800_1942)"> | |||
<path d="M11.8465 33.5138C11.4678 33.052 11.2613 32.431 11.2725 31.7875C11.2836 31.1439 11.5115 30.5304 11.9059 30.082L22.3217 18.2447L12.3217 6.05412C11.954 5.58987 11.7568 4.97319 11.7725 4.33691C11.7882 3.70062 12.0156 3.09564 12.4057 2.65226C12.7959 2.20888 13.3175 1.96259 13.8583 1.96641C14.3991 1.97024 14.9158 2.22389 15.2971 2.67272L26.7253 16.6045C27.104 17.0663 27.3105 17.6873 27.2994 18.3308C27.2882 18.9744 27.0604 19.5879 26.6659 20.0363L14.7625 33.5643C14.3679 34.0126 13.839 34.2591 13.2922 34.2497C12.7454 34.2402 12.2254 33.9755 11.8465 33.5138Z" fill="black"/> | |||
</g> | |||
<defs> | |||
<clipPath id="clip0_2800_1942"> | |||
<rect width="38.8387" height="33" fill="white"/> | |||
</clipPath> | |||
</defs> | |||
</svg>`; | |||
} | |||
} | |||
</script> | |||
</html> | </html> |
Latest revision as of 09:22, 17 December 2024
Welcome to the MDriven Insider
Documentation
Check your tasks on YouTrack
At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
Documentation
Check the blog
At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
Documentation
Check Github
At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
Documentation
Check your emails
At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
Documentation
Check Portal
At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
Documentation
Check the Website
At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
Documentation
Check Wiki
At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
Documentation
Check Youtube
At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
Documentation
Check StackOverflow
At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
Documentation
Check Slack
At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
For everyone working for MDriven
Marketing
See MDriven Marketing for more details.
Sales
External/customer projects
Web Presence
- Main site at https://mdriven.net
- https://learn.mdriven.net and https://wiki.mdriven.net are the primary places for MDriven Education
- MDriven Portal is the self-service place for our customers to register and handle licenses
- Customer support at https://support.mdriven.net, YouTrack customer support system.
- We also have many social media accounts, read more at MDriven web presence
- Wednesdays with MDriven: "Wednesdays with MDriven" is a monthly customer Google Meet online meeting where we show new product features, get feedback from customers, and answer their questions. meet.google.com/afd-iasd-tcs
For '''Content producers''' working inside MDriven
For '''Developers working''' inside MDriven
- Development Environment
- Product building setup
- MDriven build setup - everything related to the daily build process, not development
- Development Tips
- Source code
Our Own Production Environments
Administration and corporate governance