Skip to content

Commit

Permalink
[DOCS-7816] removed outdated paragraph + updated link (#1521)
Browse files Browse the repository at this point in the history
* Update repository.md

- removed outdated paragraph about #customize-content-transformations
- updated a link

* Update repository.md

- removed outdated paragraph
- updated link

* Update repository.md

- removed outdated paragraph
- updated link

* Update repository.md

- removed outdated paragraph
- updated link

* Update repository.md

- removed outdated paragraph
- updated link

* Update repository.md

- removed outdated paragraph
- updated link
  • Loading branch information
MattioliLeo authored Sep 25, 2024
1 parent c3459d0 commit 149447a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 162 deletions.
28 changes: 1 addition & 27 deletions content-services/7.0/config/repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ The following properties are available for fully-distributed caches and aren't s
Use this information to add a MIME type definition.
The MIME type default definitions are in the [mimetype-map.xml](https://dev.alfresco.com/resource/AlfrescoOne/5.1/configuration/alfresco/mimetype/mimetype-map.xml){:target="_blank"} file.
The MIME type default definitions are in the [mimetype-map.xml](https://github.com/Alfresco/alfresco-community-repo/blob/master/data-model/src/main/resources/alfresco/mimetype/mimetype-map.xml){:target="_blank"} file.
1. Copy the default definition file and place it in a file called `<extension>/mimetype/mimetypes-extension-map.xml`.
Expand Down Expand Up @@ -1134,32 +1134,6 @@ Follow these replication steps for the MySQL database.
Restore the data from the master, either as you would normally restore a backup or with the statement `LOAD DATA FROM MASTER`. The latter will lock the master for the duration of the operation, which could be quite lengthy, so you might not be able to spare the downtime.
## Customize content transformations
This task describes how to customize content transformations.
1. Download the [content-services-context.xml](https://github.com/Alfresco/alfresco-community-repo/blob/release/7.0.0/repository/src/main/resources/alfresco/content-services-context.xml){:target="_blank"} file.
2. Paste this file into the `<extension>` directory, and open the file.
Transformers start below the comment:
```xml
<!-- Content Transformations -->
```
3. Locate the bean containing a transformer that's most similar to the transformer that you want to add.
It's unlikely that you'll want to modify an existing transformer.
4. Delete every pair of `<bean> </bean>` tags except the pair containing the similar transformer.
5. Rename and modify the bean.
6. Save the file.
If you save the file in the `<extension>` directory, the filename must end with `‑context.xml`.
## Control indexes
You can use the `cm:indexControl` aspect to control the indexing of content in Alfresco Share. Using this aspect you can choose to disable repository-wide indexing. This can prove useful in certain situations, such as bulk loading.
Expand Down
28 changes: 1 addition & 27 deletions content-services/7.1/config/repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ The following properties are available for fully-distributed caches and aren't s
Use this information to add a MIME type definition.
The MIME type default definitions are in the [mimetype-map.xml](https://dev.alfresco.com/resource/AlfrescoOne/5.1/configuration/alfresco/mimetype/mimetype-map.xml){:target="_blank"} file.
The MIME type default definitions are in the [mimetype-map.xml](https://github.com/Alfresco/alfresco-community-repo/blob/master/data-model/src/main/resources/alfresco/mimetype/mimetype-map.xml){:target="_blank"} file.
1. Copy the default definition file and place it in a file called `<extension>/mimetype/mimetypes-extension-map.xml`.
Expand Down Expand Up @@ -1132,32 +1132,6 @@ Follow these replication steps for the MySQL database.
Restore the data from the master, either as you would normally restore a backup or with the statement `LOAD DATA FROM MASTER`. The latter will lock the master for the duration of the operation, which could be quite lengthy, so you might not be able to spare the downtime.
## Customize content transformations
This task describes how to customize content transformations.
1. Download the [content-services-context.xml](https://github.com/Alfresco/alfresco-community-repo/blob/release/7.0.0/repository/src/main/resources/alfresco/content-services-context.xml){:target="_blank"} file.
2. Paste this file into the `<extension>` directory, and open the file.
Transformers start below the comment:
```xml
<!-- Content Transformations -->
```
3. Locate the bean containing a transformer that's most similar to the transformer that you want to add.
It's unlikely that you'll want to modify an existing transformer.
4. Delete every pair of `<bean> </bean>` tags except the pair containing the similar transformer.
5. Rename and modify the bean.
6. Save the file.
If you save the file in the `<extension>` directory, the filename must end with `‑context.xml`.
## Control indexes
You can use the `cm:indexControl` aspect to control the indexing of content in Alfresco Share. Using this aspect you can choose to disable repository-wide indexing. This can prove useful in certain situations, such as bulk loading.
Expand Down
28 changes: 1 addition & 27 deletions content-services/7.2/config/repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ The following properties are available for fully-distributed caches and aren't s
Use this information to add a MIME type definition.
The MIME type default definitions are in the [mimetype-map.xml](https://dev.alfresco.com/resource/AlfrescoOne/5.1/configuration/alfresco/mimetype/mimetype-map.xml){:target="_blank"} file.
The MIME type default definitions are in the [mimetype-map.xml](https://github.com/Alfresco/alfresco-community-repo/blob/master/data-model/src/main/resources/alfresco/mimetype/mimetype-map.xml){:target="_blank"} file.
1. Copy the default definition file and place it in a file called `<extension>/mimetype/mimetypes-extension-map.xml`.
Expand Down Expand Up @@ -1132,32 +1132,6 @@ Follow these replication steps for the MySQL database.
Restore the data from the master, either as you would normally restore a backup or with the statement `LOAD DATA FROM MASTER`. The latter will lock the master for the duration of the operation, which could be quite lengthy, so you might not be able to spare the downtime.
## Customize content transformations
This task describes how to customize content transformations.
1. Download the [content-services-context.xml](https://github.com/Alfresco/alfresco-community-repo/blob/release/7.0.0/repository/src/main/resources/alfresco/content-services-context.xml){:target="_blank"} file.
2. Paste this file into the `<extension>` directory, and open the file.
Transformers start below the comment:
```xml
<!-- Content Transformations -->
```
3. Locate the bean containing a transformer that's most similar to the transformer that you want to add.
It's unlikely that you'll want to modify an existing transformer.
4. Delete every pair of `<bean> </bean>` tags except the pair containing the similar transformer.
5. Rename and modify the bean.
6. Save the file.
If you save the file in the `<extension>` directory, the filename must end with `‑context.xml`.
## Control indexes
You can use the `cm:indexControl` aspect to control the indexing of content in Alfresco Share. Using this aspect you can choose to disable repository-wide indexing. This can prove useful in certain situations, such as bulk loading.
Expand Down
28 changes: 1 addition & 27 deletions content-services/7.3/config/repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ The following properties are available for fully-distributed caches and aren't s
Use this information to add a MIME type definition.
The MIME type default definitions are in the [mimetype-map.xml](https://dev.alfresco.com/resource/AlfrescoOne/5.1/configuration/alfresco/mimetype/mimetype-map.xml){:target="_blank"} file.
The MIME type default definitions are in the [mimetype-map.xml](https://github.com/Alfresco/alfresco-community-repo/blob/master/data-model/src/main/resources/alfresco/mimetype/mimetype-map.xml){:target="_blank"} file.
1. Copy the default definition file and place it in a file called `<extension>/mimetype/mimetypes-extension-map.xml`.
Expand Down Expand Up @@ -1132,32 +1132,6 @@ Follow these replication steps for the MySQL database.
Restore the data from the master, either as you would normally restore a backup or with the statement `LOAD DATA FROM MASTER`. The latter will lock the master for the duration of the operation, which could be quite lengthy, so you might not be able to spare the downtime.
## Customize content transformations
This task describes how to customize content transformations.
1. Download the [content-services-context.xml](https://github.com/Alfresco/alfresco-community-repo/blob/release/7.0.0/repository/src/main/resources/alfresco/content-services-context.xml){:target="_blank"} file.
2. Paste this file into the `<extension>` directory, and open the file.
Transformers start below the comment:
```xml
<!-- Content Transformations -->
```
3. Locate the bean containing a transformer that's most similar to the transformer that you want to add.
It's unlikely that you'll want to modify an existing transformer.
4. Delete every pair of `<bean> </bean>` tags except the pair containing the similar transformer.
5. Rename and modify the bean.
6. Save the file.
If you save the file in the `<extension>` directory, the filename must end with `‑context.xml`.
## Control indexes
You can use the `cm:indexControl` aspect to control the indexing of content in Alfresco Share. Using this aspect you can choose to disable repository-wide indexing. This can prove useful in certain situations, such as bulk loading.
Expand Down
28 changes: 1 addition & 27 deletions content-services/7.4/config/repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ The following properties are available for fully-distributed caches and aren't s
Use this information to add a MIME type definition.
The MIME type default definitions are in the [mimetype-map.xml](https://dev.alfresco.com/resource/AlfrescoOne/5.1/configuration/alfresco/mimetype/mimetype-map.xml){:target="_blank"} file.
The MIME type default definitions are in the [mimetype-map.xml](https://github.com/Alfresco/alfresco-community-repo/blob/master/data-model/src/main/resources/alfresco/mimetype/mimetype-map.xml){:target="_blank"} file.
1. Copy the default definition file and place it in a file called `<extension>/mimetype/mimetypes-extension-map.xml`.
Expand Down Expand Up @@ -1170,32 +1170,6 @@ Follow these replication steps for the MySQL database.
Restore the data from the master, either as you would normally restore a backup or with the statement `LOAD DATA FROM MASTER`. The latter will lock the master for the duration of the operation, which could be quite lengthy, so you might not be able to spare the downtime.
## Customize content transformations
This task describes how to customize content transformations.
1. Download the [content-services-context.xml](https://github.com/Alfresco/alfresco-community-repo/blob/release/7.0.0/repository/src/main/resources/alfresco/content-services-context.xml){:target="_blank"} file.
2. Paste this file into the `<extension>` directory, and open the file.
Transformers start below the comment:
```xml
<!-- Content Transformations -->
```
3. Locate the bean containing a transformer that's most similar to the transformer that you want to add.
It's unlikely that you'll want to modify an existing transformer.
4. Delete every pair of `<bean> </bean>` tags except the pair containing the similar transformer.
5. Rename and modify the bean.
6. Save the file.
If you save the file in the `<extension>` directory, the filename must end with `‑context.xml`.
## Control indexes
You can use the `cm:indexControl` aspect to control the indexing of content in Alfresco Share. Using this aspect you can choose to disable repository-wide indexing. This can prove useful in certain situations, such as bulk loading.
Expand Down
28 changes: 1 addition & 27 deletions content-services/latest/config/repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ The following properties are available for fully-distributed caches and aren't s
Use this information to add a MIME type definition.
The MIME type default definitions are in the [mimetype-map.xml](https://dev.alfresco.com/resource/AlfrescoOne/5.1/configuration/alfresco/mimetype/mimetype-map.xml){:target="_blank"} file.
The MIME type default definitions are in the [mimetype-map.xml](https://github.com/Alfresco/alfresco-community-repo/blob/master/data-model/src/main/resources/alfresco/mimetype/mimetype-map.xml){:target="_blank"} file.
1. Copy the default definition file and place it in a file called `<extension>/mimetype/mimetypes-extension-map.xml`.
Expand Down Expand Up @@ -1170,32 +1170,6 @@ Follow these replication steps for the MySQL database.
Restore the data from the master, either as you would normally restore a backup or with the statement `LOAD DATA FROM MASTER`. The latter will lock the master for the duration of the operation, which could be quite lengthy, so you might not be able to spare the downtime.
## Customize content transformations
This task describes how to customize content transformations.
1. Download the [content-services-context.xml](https://github.com/Alfresco/alfresco-community-repo/blob/release/7.0.0/repository/src/main/resources/alfresco/content-services-context.xml){:target="_blank"} file.
2. Paste this file into the `<extension>` directory, and open the file.
Transformers start below the comment:
```xml
<!-- Content Transformations -->
```
3. Locate the bean containing a transformer that's most similar to the transformer that you want to add.
It's unlikely that you'll want to modify an existing transformer.
4. Delete every pair of `<bean> </bean>` tags except the pair containing the similar transformer.
5. Rename and modify the bean.
6. Save the file.
If you save the file in the `<extension>` directory, the filename must end with `‑context.xml`.
## Control indexes
You can use the `cm:indexControl` aspect to control the indexing of content in Alfresco Share. Using this aspect you can choose to disable repository-wide indexing. This can prove useful in certain situations, such as bulk loading.
Expand Down

0 comments on commit 149447a

Please sign in to comment.