Add article on Microsoft 365 licensing for ECM projects - #30
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request refactors an ECM-focused article to align with the site’s newer content format by adding YAML front matter metadata and adjusting how media is referenced, improving integration with the site generator and content maintainability.
Changes:
- Added front matter metadata (
title,date,excerpt,author,authorSlug,image,category) to the article. - Updated in-article image references to the
../images/...convention. - Removed several section separators to streamline formatting.
Suppressed comments (3)
content/articulos/Licencias_Micrsosoft _365_ECM.md:6
- El nombre del autor en el front matter parece tener un typo: existe un perfil de autor
content/autores/fabian-imaz.mdcuyotitlees "Fabian Imaz", pero aquí figura "Fabian Iman". Esto puede generar inconsistencias en listados/SEO o en la UI del sitio.
content/articulos/Licencias_Micrsosoft _365_ECM.md:3 - El nombre del archivo (
Licencias_Micrsosoft _365_ECM.md) contiene un espacio y un probable typo ("Micrsosoft"). En este repo no hay otros artículos con espacios en el nombre y esto suele romper URLs, enlaces y automatizaciones (además de dejar una slug con typo).
content/articulos/Licencias_Micrsosoft _365_ECM.md:127 - El bloque de firma al final (nombre/rol/email) queda duplicado con el front matter (
author,authorSlug) y contradice la descripción del PR (que indica que se removieron las líneas de firma). Para mantener el contenido consistente y más fácil de mantener, conviene eliminar la firma del cuerpo.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates and refactors the article about Microsoft 365 licensing for ECM projects. The main changes focus on converting the article to a new format with improved metadata, updating image paths, and restructuring the content for clarity and maintainability.
Content and Metadata Improvements:
Licencias_Micrsosoft _365_ECM.mdand now includes front matter with fields such astitle,date,excerpt,author,authorSlug,image, andcategoryfor better integration with static site generators and improved SEO.Image Path Updates:
../images/diagram_licencias_ecm.pngand../images/diagram_decision_licencias.png) for consistency and to prevent broken links after file moves. [1] [2]Content Structure and Readability:
No technical logic or core content was changed; all updates are related to formatting, structure, and presentation.